Version: 4.2.0
Status: Private - Testing & Refinement Phase
License: Private (Not yet open source)
A complete, production-ready framework for AI-assisted software development. This framework provides a structured approach to building any software project using multi-agent AI workflows.
Works for any project type:
- Web applications
- Mobile apps
- APIs and microservices
- Data pipelines
- Machine learning platforms
- DevOps tools
- And more...
- Read the main documentation: See
readme.mdfor complete overview - Choose your path:
- New project:
guides/setup-guide-new-project.md - Existing project:
guides/setup-guide-existing-project.md
- New project:
- Start using the framework with the templates in
templates/
AI-assisted development often suffers from:
- Context loss between sessions
- Pattern deviation - AI not following established patterns
- Ambiguous handoffs between development phases
- Inefficient delegation between specialized agents
- Unchecked quality - AI generating waste without detection
- Ad-hoc technology decisions - No structured evaluation process
This framework solves all of these problems with a structured, documented approach.
| Layer | Purpose | Key Documents |
|---|---|---|
| Decision Layer | Technology choices | technology-decision-protocol.md |
| Code Layer | Context loading | project-index-template.md |
| Process Layer | Agent coordination | orchestration-primer.md |
| State Layer | Phase transitions | phase-handoff-protocol.md |
| Execution Layer | Agent delegation | agent-invocation-protocol.md |
| Quality Layer | Quality control | quality-control-protocol.md |
- v4.2.0 (Current) - Technology Decision Release
- v4.1.0 - Quality Control Release
- v4.0.0 - Polished Release (standardized naming, DO/DON'T examples)
- v3.0.0 - Universal Framework (project-agnostic)
- v2.x - Orchestration, Phase Handoffs, Agent Invocation
- v1.0.0 - Initial Release
See changelog.md for detailed version history.
agentic-framework-v4/
├── README.md (this file)
├── readme.md (main documentation)
├── quick-start.md
├── changelog.md
├── guides/
│ ├── lessons-learned.md
│ ├── orchestration-primer.md
│ ├── quality-control-protocol.md
│ ├── technology-decision-protocol.md
│ └── ... (9 more guides)
├── templates/
│ ├── project-index-template.md
│ ├── progress-template.md
│ ├── technology-decision-record-template.md
│ └── ... (7 more templates)
├── examples/
│ └── ... (3 examples)
└── scripts/
└── codebase-metrics.sh
Phase: Private testing and refinement
This framework is being validated on real projects before potential public release. Feedback and learnings are being incorporated into future versions.
For questions or feedback: [Your contact info]
Built with insights from real-world AI-assisted development projects.