ae-sdd-explain
Explain SDD concepts, workflow, and CLI-first usage
ae-sdd-reconcile
Ensure bi-directional match between specs and implementation
architecture-fit-check
Framework for evaluating if change-set specs fit existing codebase architecture
ae-sdd-finish
Close a change set and sync its specs to canonical
ae-sdd-scenario-test
Roleplay a user persona to stress-test proposals and designs.
ae-sdd-critique
Critique proposal, specs, or plan for gaps and contradictions
ae-sdd-init
Initialize a new SDD change set after user-approved naming
skill-creator
Collaboratively design and author agent skills with correct frontmatter, naming, and placement conventions.
ae-sdd-discovery
Discover high-level architectural requirements for change-set specs
ae-sdd-next
Advance to the next SDD phase with artifact checks
architecture-workshop
Framework for designing new architectural mechanisms when existing patterns don't fit
ae-sdd-implement
Execute the implementation plan
ae-sdd-commit
Create high-quality git commits with clear Conventional Commit messages
spec-format
How to write SDD specifications - EARS syntax, delta format, requirement structure
ae-sdd-vibe
Collaborative vibe coding sessions that free you from spec ceremony while delivering sane software
derive-taxonomy
Identify product-domain and capability boundaries for change intents, defining how a taxonomy should be structured.
ae-sdd-specs
Write change-set specifications for change
ae-sdd-plan
Research, plan, and prepare for implementation
ae-sdd-remove-slop
Remove AI code slop
ae-sdd-tasks
Create implementation tasks from specs (full lane)
spec-driven-development
Spec-Driven Development (SDD) workflow and state management. Use when guiding or executing SDD flows; selecting lanes (full/vibe/bug), managing artifacts, running task progression commands, and keeping change state current through ae sdd CLI.
ae-sdd-bug
Fast-track bug investigation and fix initialization
ae-sdd-continue
Continue an SDD change set in a fresh chat using CLI status only
agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
ae-sdd-proposal
Draft and refine a product proposal document through collaborative dialogue
research
Research and discover codebase information by breaking tasks into focused steps. Use when you need to understand existing patterns, find relevant files, locate integration points, or trace how something works before making changes.