disciplined-agentic-engineering
Spec-driven feature pipeline with test and architecture gates
All Skills in This Repository (20)
Pure Emerald Level Indicatorscrap-analyzer
Rank recently changed functions by CRAP using diff-scoped complexity and coverage signals.
atdd-mutate
Run mutation testing on ATDD two-stream test suites to measure kill and survive scores.
atdd
Enforce acceptance test driven development by specifying Gherkin behavior before implementation.
atdd-team
Orchestrate a six-phase ATDD workflow with fresh agents and durable handoffs.
feature-edit
Update existing feature artifacts and cascade changes downstream after confirmation.
next
Survey the Disciplined Agentic Engineering project state and recommend the top next action.
session-summary
Append a structured end-of-session entry to session-log.md for a DAE feature.
progress-log
Propagate DAE handoff summaries into progress.md and tracker records.
plan
Draft a human-confirmed architecture plan with spec-driven DAE checkpoints.
clarify
Resolve ambiguous content in a single DAE artifact through an interview loop.
onboard
Initialize or validate DAE project charter, manifest, tracker, and feature coverage plan.
feature-init
Initialize a DAE feature workspace with folder, metadata, branch, and tracker record.
Frequently Asked Questions
FAQPage SchemaHow to install Disciplined Agentic Engineering?▼
Run `npx skills add swingerman/disciplined-agentic-engineering --all -g -y` in your terminal to install all skills in this suite globally.
What problem does DAE solve?▼
It keeps engineers in charge of architecture and behavior contracts while agents write the code, using tool-enforced gates instead of prompt rules that erode over long sessions.
How does the DAE feature pipeline work?▼
Each feature moves through gated checkpoints: onboard, acceptance criteria, Gherkin specs, architecture plan, test-driven implementation, refinement, verification, and optional mutation hardening.
What is mutation testing in this suite?▼
The atdd-mutate skill introduces deliberate bugs into your code and checks whether your tests catch them, exposing test gaps that code coverage alone misses.
Does DAE work with Claude Code?▼
Yes. It ships as plugins for Claude Code following the standard SKILL.md format, and the methodology itself is host-independent.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core