Fable 5 dynamic workflows in Claude Code for hard coding tasks
Dynamic Workflow for Hard Coding Tasks
Overview of Fable 5 Dynamic Workflow
- The Fable 5 dynamic workflow is designed for hard coding tasks, emphasizing a structured approach to implementation.
- Phase one involves using parallel Sonnet 5 explore agents, with each agent focusing on a specific domain or unique angle of the implementation.
- Pairing these agents with Gravitas is recommended for managing large code bases effectively.
Planning and Implementation
- Findings from the initial phase are synthesized and sent to a Fable 5 high planning sub-agent to outline the entire dynamic workflow.
- Each unique feature or implementation angle receives its own Fable 5 medium sub-agent, which can operate in parallel or sequentially based on dependencies.
Review Process
- After implementing features, work trees can be merged or reviewed separately by spawning N Opus 4.8 high sub-agents for each tree.
- A feedback loop between review and implementation phases allows errors found during reviews to be addressed in subsequent iterations until a stop condition is met.
Finalization Steps
- Once the final review phase passes successfully, the setup can proceed to create a pull request (PR) to the repository.
- This method optimizes token consumption by delegating different models across various phases of an automated coding workflow.