593 B
593 B
LLM Development Workflow
This document is kept as a compatibility pointer for older references.
The current agentic workflow now lives in:
docs/AGENTIC_WORKFLOW.mddocs/DEVELOPMENT_WORKFLOW.mddocs/ARCHITECTURE.mddocs/CONVENTIONS.mddocs/FEATURES/docs/TASKS/docs/PROMPTS/docs/DECISIONS/
Core rule:
The repository is the source of truth. The chat is only a temporary execution surface.
For new work, create or update a feature spec in docs/FEATURES/, create a small task in docs/TASKS/<feature>/, and ask the agent to implement only that task.