Full Feature Workflow
Execute these steps in order:
- •Determine git repository root.
- •Run the
feature-devworkflow for the provided feature request. - •Run the
write-testsworkflow for the implemented feature. - •Run
feature-summaryand save to{git-root}/docs/feature-summary.md. - •Run
refactor-changesusing feature context and save to{git-root}/docs/refactor.md. - •Read
{git-root}/docs/refactor.md, choose high-value low-risk refactors, and implement them. - •Run
feature-summaryagain and save to{git-root}/docs/feature-summary-2.md. - •Run
code-review-personalusing updated context and save to{git-root}/docs/code-review-personal.md.
Rules
- •Preserve sequence; do not skip steps without explicit user approval.
- •Keep documentation artifacts concrete and file-backed.
- •Prefer minimal-risk implementation decisions while improving clarity and quality.