Fluid Development Workflow
May 24, 2026 ยท View on GitHub
Principles
Transparency
Progress on the workflow itself, and design decisions made on individual issues, are recorded. Mechanisms to be determined (e.g. GitHub issues, commit messages, decision logs).
Auditability
Easy reporting on development velocity, amount of Claude activity, amount of human intervention/approval needed, and other metrics that help evaluate the effectiveness of the workflow.
Autonomy
Gradually build towards more autonomy in decision-making, new issue creation, and prioritisation -- but not at the expense of the other principles.
Reliability
Continual investment in quality-preserving and quality-enhancing aspects of the workflow: test coverage, enforcing that Claude is following the workflow correctly, and catching regressions early.
Incremental improvement
Continual improvement of the workflow itself, including documenting the workflow, identifying problems, and feeding them back into workflow changes.
Process
Before starting work, read docs/workflow/process.md and docs/workflow/issue-lifecycle.md. They are authoritative for development process, GitHub conventions, testing, and the issue state machine.
docs/workflow/milestone-report.md covers the milestone report format and generation process โ read when closing a milestone or producing release notes.