Goal: Take a feature from a rough idea to a reviewed, shipped pull request with the AIDD flow.
| Level | Beginner |
| Time | ~varies with the feature |
| Prerequisites | AIDD installed; project set up (Start a project) |
The common loop, at a glance — the exact commands to run so you never wonder what comes next.
Prefer a guided walkthrough?
/aidd-context:00-onboardinspects your project and routes you step by step instead of running the sequence by hand.
- 💡 Clarify:
/aidd-refine:01-brainstorm— turn the rough idea into a precise request. - 📋 Plan:
/aidd-dev:01-plan— draft the phased technical plan. - 🔧 Implement:
/aidd-dev:02-implement— write the code, phase by phase. - 🔍 Review:
/aidd-dev:05-review— review the diff before it ships. - 📦 Commit:
/aidd-vcs:01-commit— one atomic conventional commit. - ✅ Pull request:
/aidd-vcs:02-pull-request— open the PR.
One command for the whole loop:
/aidd-dev:00-sdlcruns plan → implement → review → ship.
- A pull request is open on your branch, with the diff reviewed and tests passing.
- Start a project — greenfield setup before your first feature.
/aidd-context:00-onboard— guidance on what to run next at any point.