godmode
by thiientv
Composable production-grade skills for AI coding agents
Summary
Provide production-grade, composable agent skills for AI coding agents, covering planning, TDD, debugging, review, UI/UX, releases, incidents, and evaluations. Composes reusable workflow building blocks (skills) that agents can call to perform development tasks using Tool Use Pattern and run tests, and produce review artifacts. Includes opinionated patterns for test-driven development, automated debugging loops, and evaluation hooks that surface task-level outcomes and artifacts. For teams aiming to streamline workflows, these patterns support Planning Pattern as a foundation for reproducibleDev workflows and artifact-driven evaluation.
Why It Matters
Best For
Teams building coding agents that need reproducible dev workflows, TDD pipelines, and artifact-driven evaluation before production. This ecosystem is well-suited for teams leveraging structured patterns like the Planning Pattern and the Tool Use Pattern to orchestrate reliable development workflows.
Applications
- Automate test-driven development and CI flows for code-generating agents
- Run repeatable debugging and code-review workflows that emit evaluation artifacts
- Instrument agent-generated changes with review artifacts for agent track records
- Create pre-production evaluation pipelines to compare agent outputs and failure modes