stemedb/.claude/commands/plan-milestone.md
jordan a776744889 Initial project setup with Claude Code monorepo structure
- Rust workspace with stemedb-core crate
- Full .claude/ configuration (agents, skills, commands, guides)
- ai-lookup/ for token-efficient fact storage
- Quality gates: clippy, fmt, jscpd duplication detection
- Pre-commit hook with 5-phase quality checks
- CLAUDE.md router and CODING_GUIDELINES.md standards

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 10:56:26 -07:00

16 lines
554 B
Markdown

---
description: Plan a new StemeDB milestone
---
I need to plan a new milestone for StemeDB. Use the `stemedb-planner` agent.
**Steps:**
1. **Context**: Read `stemedb/roadmap.md` and `stemedb/architecture.md`.
2. **Goal**: Ask the user which Milestone/Phase to plan.
3. **Structure**: Create the directory structure: `mkdir -p stemedb/roadmap/milestone-N/{...}`.
4. **Tasks**: Generate task definitions.
**Focus**:
- Ensure strict adherence to the "Spine -> Lattice -> Cortex" progression.
- Prioritize **Traits** and **Types** before **Impls**.