Credits
MCAF is an open framework built by developers who believe AI coding agents need structure, not just prompts. This page recognizes the people and projects that influenced it.
Contributors
- Managed Code — Framework design and development
Special Thanks
- Roger Johansson — His post about self-learning code agents inspired the self-learning logic that became the core of MCAF. His broader OSS work through Asynkron, and his habit of turning hard engineering problems into practical tools, also pushed MCAF toward sharper, more executable workflows instead of vague prompt folklore.
- Asynkron — Thank you for building practical OSS that treats architecture, diagnostics, and AI-assisted engineering as things that should be executable, inspectable, and useful in the real world.
- Asynkron.QuickDup — Roger Johansson’s AI-era structural clone detector helped shape how MCAF thinks about duplication review: fast candidate generation first, then deliberate human and AI validation before refactoring.
- Asynkron.Profiler — Roger Johansson’s profiling work reinforced the idea that diagnostics should be scriptable, reviewable, and friendly to terminal-first AI workflows instead of being trapped in GUI-only tooling.
- Roger Johansson’s broader OSS work — Beyond the specific tools named above, his wider open-source track record helped reinforce the same bar MCAF cares about: pragmatic engineering, executable workflows, and tools that solve real problems instead of adding ceremony.
- Christopher Bradford — His human-review prompt strategy for large AI-generated code drops inspired the new review-planning skill and the idea of prioritizing review by user flow and risk
- Agent Skills — We’re grateful for this open specification (originally developed by Anthropic) that made “skills” concrete: file-based packaging, progressive disclosure, and practical integration patterns
- AGENTS.md — Thank you for standardizing the idea of a repository-native instruction file; this is a critical foundation for how MCAF treats agent rules as versioned, reviewable code
- Microsoft code-with-engineering-playbook — Its GitHub playbook informed the engineering reference material now packaged into the MCAF baseline skills
Want to contribute? Open a PR or issue on GitHub.