skills/build-feature/SKILL.md
Orchestration skill: chains the full ADLC Build Loop. PRD → Brief → Council → Scaffold → Codegen → LDD → TDD → Council → PR. Use when implementing a new feature end-to-end.
npx skillsauth add bigeasyfreeman/adlc build-featureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This orchestration skill chains core ADLC skills into the complete Build Loop sequence. It teaches the agent WHEN to use each skill and HOW they connect.
Step 1: PRD (fork — interactive)
Step 2: Build Brief + scalable-code primitives
Step 3: Eval Council (HEAVY) ←── revision loop (max 3)
Step 4: Scaffold (if needed)
Step 5: Codegen Context Assembly
Step 6: Per-task execution (parallel where independent):
6a: LDD gate
6b: Verifier-led TDD mode by task class
6c: Implementation
Step 7: Definition of Done verification
Step 8: Eval Council (HEAVY — post-execution) ←── revision loop (max 3)
Step 9: Stop Slop on PR description
Step 10: Create PR
prd-generationbuild-brief (ADLC Build Brief Agent)task_classification, change_surface, verification_spec, applicability_manifest, construct-map refs, paved-road refs, intent refs, production invariant coverage, reuse analysis, antipatterns, Definition of Donepaved-road-registry, reuse-analysis, security-review only when the security overlay is active, and observability-contract only when the observability overlay is activeeval-council (HEAVY — manifest-aware core personas + active overlays, 3 rounds)architecture-pattern (only when new modules/interfaces needed)codegen-contextldd-enforcement — lint gate. Must pass before TDD.tdd-enforcement — use the verifier mode that matches the task class: feature = behavior tests, bugfix = reproducer-first, build_validation = failing command-first, lint_cleanup = lint/fmt-first. No code until the chosen verifier fails for the right reason.definition-of-doneeval-council (HEAVY — reviewing implementation against brief)stop-slop (content mode on PR description)| Failure | Response | |---------|---------| | PRD ambiguous after 5 turns | Escalate to human | | Brief fails council 3 times | Escalate with council feedback | | Execution fails DoD | Revision loop (max 3), then escalate | | Post-execution council rejects 3 times | Escalate with full context |
development
# Skill: Helm & ArgoCD Deployment > Validates Helm charts and generates ArgoCD Application manifests when the ADLC pipeline produces infrastructure or service code. Ensures every deployable artifact has correct chart structure, environment-specific values, and a GitOps-ready Application manifest before code review. --- ## Why This Exists Without deployment validation in the pipeline, common failures slip through to production: - **Helm charts fail `helm template`** because of missing values,
testing
Decide whether an intersecting verifier actually exercises the semantic change.
development
# Skill: UX Flow Builder > Generates user flow diagrams (Mermaid) from PRD personas and screen specifications. Surfaces dead ends, missing screens, and disconnected flows before design or engineering starts. Helps PMs think in screens, not features. --- ## Trigger - Automatically during PRD Phase 4 (Personas & Flows) to visualize the user journey - On-demand when the PM says "show me the flow" or "map the user journey" - During PRD evaluation to verify screen connectivity --- ## Input ```
testing
Audits generated test strength on changed files using deterministic coverage and mutation measurement, then judges only surviving-mutant materiality.