Loading...
Loading...
Design PM-friendly technical architecture for features. No code, only high-level design decisions.
npx skill4agent add alexpeclub/ai-coding-starter-kit architecturefeatures/INDEX.mdgit ls-files src/components/git ls-files src/app/api//features/PROJ-X.mdAskUserQuestionMain Page
+-- Input Area (add item)
+-- Board
| +-- "To Do" Column
| | +-- Task Cards (draggable)
| +-- "Done" Column
| +-- Task Cards (draggable)
+-- Empty State MessageEach task has:
- Unique ID
- Title (max 200 characters)
- Status (To Do or Done)
- Created timestamp
Stored in: Browser localStorage (no server needed)/features/PROJ-X.mdfeatures/INDEX.md"Design is ready! Next step: Runto build the UI components for this feature."/frontendIf this feature needs backend work, you'll runafter frontend is done./backend
docs(PROJ-X): Add technical design for [feature name]