- Add .shared/prompts/ with tool-neutral prompts - Add .opencode/config/project.md, rules/, skills/ from opencode-kit - Add .codex/config/project.md from codex-kit - Copy .shared/prompts/ to both .opencode/prompts/ and .codex/prompts/ - Add features/INDEX.md and features/README.md - Update README with unified structure The two original starter kits are now redundant.
795 B
795 B
Feature Index
Tracks all features in the project. Updated by each skill.
| ID | Feature | Status | Spec |
|---|---|---|---|
| PROJ-1 | User Authentication | Pending | Spec |
Status meanings:
Pending— Requirements written, ready for developmentDesigned— Architecture completedImplemented— Code written, tests passingQA Passed— All acceptance criteria metDeployed— Live in production
Workflow:
/requirements→ creates spec → status: Pending/architecture→ adds tech design → status: Designed/php→ implements code → status: Implemented/qa→ tests pass → status: QA Passed/deploy→ deployed → status: Deployed