From vague requests → clear plans → verified implementation.
Works directly with Claude Code, Gemini CLI, Cursor, and Codex.
Narrow down vague requests via iterative Q&A + codebase search. Automatically routes to the next skill based on complexity.
Create multi-step implementation plans. Every step must include actual code — no placeholders allowed.
Worker implements, Validator independently verifies. Auto-retry on failure, escalation after 3 failures.
Verify plan vs implementation with zero context overlap. Delivers a binary PASS/FAIL verdict.
Synthesize an optimized milestone DAG after concurrent reviews across feasibility, architecture, risk, dependency, and value.
Orchestrate executions spanning multiple days. Survives crashes with checkpoints and runs parallel milestones via worktree isolation.
Surgical changes, assumption verification, scope discipline — prevent common LLM mistakes before and during coding.
Remove excessive comments, redundant abstractions, and defensive paranoia while preserving behavior. Test-first, single-smell passes.
Reuse, quality, efficiency — 3 parallel reviewers audit changes and automatically fix discovered issues.
Reproduce first → Trace root cause → Failing test → Single fix → Verify. Blocks "fixing other things while I'm here."
"Don't touch it if you haven't measured it." Prevents premature optimization and enforces data-driven tuning.
/plugin marketplace add tmdgusya/engineering-discipline /plugin install engineering-discipline
gemini extensions install https://github.com/tmdgusya/engineering-discipline
/add-plugin engineering-discipline
npx skills add tmdgusya/engineering-discipline