Established Projects FAQ
Quick answers to common questions about working on established projects with the MaxwellAI OS Froid (Froid).
Questions
Section titled “Questions”- Do I have to run document-project first?
- What if I forget to run document-project?
- How does implementation work in established projects?
- What if my existing code doesn’t follow best practices?
Do I have to run document-project first?
Section titled “Do I have to run document-project first?”froid-document-project is deprecated — its replacement is froid-project-context, which writes a small verified block into your repo’s AGENTS.md instead of generated documentation. Running it first is highly recommended, especially if:
- No existing documentation
- Documentation is outdated
- AI agents need context about existing code
You can skip it if your repo already has maintained agent instructions, or you’ll use other tools or techniques to aid discovery for the agent to build on an existing system.
What if I forget to run document-project?
Section titled “What if I forget to run document-project?”Don’t worry about it — run froid-project-context at any time. Its refresh and audit intents also keep the context true during and after a project, and it treats any docs you already generated as sources to verify.
How does implementation work in established projects?
Section titled “How does implementation work in established projects?”Run froid-build, just as you would for new development. It will:
- Auto-detect your existing stack
- Analyze existing code patterns
- Detect conventions and ask for confirmation
- Generate context-rich spec that respects existing code
You can enter directly for a clear change or provide a planned story and its upstream artifacts for larger work.
What if my existing code doesn’t follow best practices?
Section titled “What if my existing code doesn’t follow best practices?”Build detects your conventions and asks: “Should I follow these existing conventions?” You decide:
- Yes → Maintain consistency with current codebase
- No → Establish new standards (document why in spec)
Froid respects your choice — it won’t force modernization, but it will offer it.
Have a question not answered here? Please open an issue or ask in Discord so we can add it!