swingermanswingermanCommunity·20 Agent Skills Included

disciplined-agentic-engineering

Spec-driven feature pipeline with test and architecture gates

Guides software features through a disciplined pipeline: idea triage, acceptance criteria, Gherkin specs, architecture planning, test-driven implementation, and independent verification. Replaces vague prompt rules with deterministic scripts that gate every checkpoint, so skipped steps and unverified code cannot slip through. Adds mutation testing, change-risk analysis, and architecture fitness checks to prove tests actually catch bugs before code ships.
npx skills add swingerman/disciplined-agentic-engineering --all -g -y

All Skills in This Repository (20)

Pure Emerald Level Indicators
📦 In Repo
swingermanswingerman

crap-analyzer

Rank recently changed functions by CRAP using diff-scoped complexity and coverage signals.

Community
Advanced
📦 In Repo
swingermanswingerman

atdd-mutate

Run mutation testing on ATDD two-stream test suites to measure kill and survive scores.

Community
Advanced
📦 In Repo
swingermanswingerman

atdd

Enforce acceptance test driven development by specifying Gherkin behavior before implementation.

Community
Advanced
📦 In Repo
swingermanswingerman

atdd-team

Orchestrate a six-phase ATDD workflow with fresh agents and durable handoffs.

Community
Advanced
📦 In Repo
swingermanswingerman

feature-edit

Update existing feature artifacts and cascade changes downstream after confirmation.

Community
Advanced
📦 In Repo
swingermanswingerman

next

Survey the Disciplined Agentic Engineering project state and recommend the top next action.

Community
Intermediate
📦 In Repo
swingermanswingerman

session-summary

Append a structured end-of-session entry to session-log.md for a DAE feature.

Community
Intermediate
📦 In Repo
swingermanswingerman

progress-log

Propagate DAE handoff summaries into progress.md and tracker records.

Community
Advanced
📦 In Repo
swingermanswingerman

plan

Draft a human-confirmed architecture plan with spec-driven DAE checkpoints.

Community
Advanced
📦 In Repo
swingermanswingerman

clarify

Resolve ambiguous content in a single DAE artifact through an interview loop.

Community
Intermediate
📦 In Repo
swingermanswingerman

onboard

Initialize or validate DAE project charter, manifest, tracker, and feature coverage plan.

Community
Advanced
📦 In Repo
swingermanswingerman

feature-init

Initialize a DAE feature workspace with folder, metadata, branch, and tracker record.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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