Files
cvfs/.claude/commands/plan.md
Daniel Alves Rösel 90ad5e0260 Initial commit
2026-04-02 18:47:14 +02:00

12 lines
639 B
Markdown

Read CLAUDE.md and AGENTS.md to understand the project structure, then read the current state of the codebase.
Given the idea or feature described by the user (provided as arguments to this command, or ask if not given), produce a direct implementation plan:
1. Which parts of the scaffold to use (webapp, backend, worker, ml, src)
2. What files to create or modify and in what order
3. What dependencies to add to requirements.txt or package.json
4. Any services to enable in docker-compose.yml
5. Any env vars to add to .env.example
Be specific and concrete. No fluff. The plan should be immediately actionable by you or a developer.