Phase-based orchestration for long-term projects
Analysis of two real projects revealed why.
Failure: Word Project
~20
sessions over 4 days
20–30%
estimated completion despite effort
Session bloat: 1,500+ turns
No clear progression gates
Undefined scope sprawl
Success: Lifeline Project
4
sessions over 3 days
100%
production-ready, feature-complete
Session discipline: <850 turns
Clear phase boundaries
Incremental validation
“Both projects used Amplifier with the same agents and capabilities. The difference was structure: phases, gates, and discipline.”
What made Lifeline succeed where Word failed?
Not better tools—better process.
The intended workflow: clear gates, incremental validation, human oversight at every boundary.
Phase Gates
Explicit completion criteria prevent undefined sprawl. Each phase has deliverables and validation before progression.
Antagonistic Validation
Fresh-context reviewers examine artifacts directly. No inherited assumptions—catch real problems early.
Human Approval
Two approval points per phase: after design, after implementation. AI executes, humans decide.
Session Discipline
Focused scope per session. Design goal: 500–800 turn limits with automatic checkpointing to prevent bloat.
Resumable Workflows
Pause and resume across sessions. State preserved through Amplifier recipe checkpointing at phase boundaries.
Thin Bundle Design
Compose existing Amplifier capabilities rather than reinvent. Recipes, agents, and approval gates from the ecosystem.
Patterns identified from studying the Lifeline and Word projects.
✓ Success Patterns (Lifeline)
✗ Failure Patterns (Word)
LongBuilder was designed to compose existing Amplifier capabilities, not reinvent them.
Sam Schillace designed the phase-based orchestration concept based on real project analysis. The Word vs Lifeline comparison drove the core principles.
The bundle directory exists at ~/dev/ANext/Inactive/amplifier-bundle-longbuilder but is empty—no files, no README, no git history. A separate longbuilder-investigation folder also exists in the Inactive directory.
The word2 and word3 projects both contain .longbuilder directories, suggesting the ideas were applied to later work even after the standalone bundle was shelved.
Data as of: February 20, 2026
Feature status: Archived (repository in ~/dev/ANext/Inactive/)
Repository: ramparte/amplifier-bundle-longbuilder (GitHub)
Contributor: Sam Schillace (concept and design author)
Research performed:
ls ~/dev/ANext/Inactive/amplifier-bundle-longbuilder → directory exists but is emptyls ~/dev/ANext/Inactive/ → confirmed longbuilder-investigation also presentfind ~/dev/ANext/word2 -name ".longbuilder" -type d → .longbuilder directory foundfind ~/dev/ANext/word3 -name ".longbuilder" -type d → .longbuilder directory foundGaps and limitations:
Evidence of concept application: .longbuilder directories in word2 and word3 projects suggest the phase-based approach was used in later work.
“The bundle didn't ship, but the principles did. Phase gates, antagonistic validation, and session discipline are now part of how Amplifier works.”
github.com/ramparte/amplifier-bundle-longbuilder
(Repository is archived and empty)
The patterns live on in Amplifier's recipe system, approval gates, and deliberate development workflow.