What problem does it solve?
chordlens-implement automates the implementation phase of ChordLens based on the project plan located at _workspace/02_plan.md and orchestrates validation via code critique, enabling independent verification and structured progress.
Core Features & Use Cases
- Plan-driven implementation: starts from _workspace/02_plan.md and drives FE/BE development, testing, and review.
- Cycle-mode selection: detects Vitest availability to choose a TDD workflow or a type-first development cycle, guiding the RED/GREEN/REFACTOR or TYPE/IMPL/VERIFY sequences.
- Phase-based workflow: Phase 1 checks environment and plan, Phase 2 implements, Phase 3 critiques, Phase 4 finalizes and archives outputs including code changes and critique artifacts.
- Code critique integration: produces _workspace-based critique documents for continuous improvement and governance.
- Team coordination: supports FE/developer, BE/developer, and code-critic collaboration with clear task flow and checkpoints.
Quick Start
Run the chordlens-implement skill to start the plan-based development phase and trigger the appropriate cycle with code critique.