mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
12 lines
639 B
Markdown
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.
|