feature
Guided feature development with codebase understanding and architecture focus
Input: $ARGUMENTS
Apply the dog:brainstorming skill to explore intent and design, then invoke the
architect agent to plan and implement the feature.
Load skills: dog:brainstorming, dog:writing-plans
The workflow:
- Discovery — Read the feature request carefully; identify requirements, constraints, and acceptance criteria; ask clarifying questions if ambiguous
- Exploration — Analyze relevant existing code; trace execution paths and architecture layers; identify integration points and conventions
- Design — Present findings and design proposal; wait for user approval
- Implementation — Follow approved design; prefer TDD where appropriate; keep changes focused and incremental
- Quality gate — Invoke
code-revieweragent to review the implementation; address CRITICAL and HIGH issues before completion
Next step: /dog:review then /dog:prp-commit