AI Dev Workflow Kit — Summary
AI Dev Workflow Kit by aahilsayed062 is a portable .ai-kit/ folder drop-in framework enforcing the EPCC Engine (Explore → Plan → Code → Verify → Audit) on any AI coding agent. Its core constraints are: Max-2 Rule (at most 1 PRIMARY + 1 SUPPORT resource active simultaneously), mandatory Decision Gates A–H (forcing the agent to ask questions and lock decisions before coding on choice-heavy tasks), a Status Banner printed at the start of every response, and Start Menu templates that boot the agent with the correct resource pair. Resources are markdown "knowledge cards" that constrain agent behavior per task type (technical-cofounder-contract, cinematic-landing-lane, ui-inspiration-to-lane, etc.). The framework ships 9 shipped resource cards plus 12 template combinations (I–L are default/shipped, A–H are legacy/extension). No runtime required — pure markdown instruction files. 4 stars, MIT license, last commit 2026-03-01.
Differs from seeds: Closest to agent-os (Archetype 4 — markdown scaffold) but with a more opinionated constraint system. Unlike agent-os (which writes the standards once and defers to the agent), ai-dev-workflow-kit enforces structural compliance per-response via the Status Banner and per-task via Decision Gates. The Max-2 Resource Rule is a novel context-budgeting discipline not seen in any seed. The resource-card / template-boot model is closer to bmad-method's persona files but more restrictive (max 2 resources vs BMAD's full persona stack).