Generate TDD-ordered implementation tasks from design
commands/# Plan Implementation
Generate a TDD-ordered implementation task list from the design document.
## Prerequisites
1. Check that `.regent/` directory exists
2. Find the spec to work on:
- If only one spec directory exists in `.regent/`, use it
- If multiple exist, use the most recently modified (check file timestamps)
- If ambiguous, ask the user which spec to work on
3. Verify both `requirements.md` and `design.md` exist in `.regent/{spec-name}/`
- If not, tell user which phase to complete first
## Process
### Phase 1: Analyze Design
1. Read `.regent/{spec-name}/design.md`
...Transform feature descriptions into well-structured project plans following conventions
実装前の計画立案モードを起動して、詳細な実装戦略を策定します。コード実装前に構造化された計画を立てることで、効率的な開発を支援します。
Vous aide à planifier avant de coder. Crée des stratégies détaillées pour faciliter le développement.
Te ayuda a planificar antes de programar. Crea estrategias detalladas para hacer que el desarrollo sea más fluido.
구현 전 계획 수립 모드를 시작해서 상세한 구현 전략을 수립합니다. 코드 구현 전에 구조화된 계획을 세움으로써 효율적인 개발을 지원합니다.