Files
social-media/docs/LLM_DEVELOPMENT_WORKFLOW.md
Jonathan Bourdon b6eb692c27
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled
chore: moving towards agentic development
2026-04-24 21:12:26 -04:00

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.md
  • docs/DEVELOPMENT_WORKFLOW.md
  • docs/ARCHITECTURE.md
  • docs/CONVENTIONS.md
  • docs/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.