From nation-of-elites
End-to-end feature development workflow with planning, implementation, testing, simplification, review, and documentation phases. Invoke with /feature-workflow [feature-description].
How this skill is triggered — by the user, by Claude, or both
Slash command
/nation-of-elites:feature-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute a complete feature development lifecycle with quality gates at each phase.
Execute a complete feature development lifecycle with quality gates at each phase.
Execute these phases in sequence, waiting for user confirmation at checkpoints:
$ARGUMENTSAfter user confirms the plan:
Delegate both the simplification pass and the severity-rated review to the dedicated reasoning skill — do not inline the checklist here, so the logic stays in one place:
/pipeline-review
pipeline-review runs:
code-reviewer agent. Any 🔴 Critical / 🟠 High finding blocks the phase.OUTPUT: Simplification changes applied + Pipeline Review Report (PASS/FAIL with severity-rated findings).
Pair with
/pipeline-quality(deterministic gate: lint, SAST, tests, audit) for the full pre-merge check —pipeline-qualityfirst, thenpipeline-review.
At each phase completion, output:
## Phase [N] Complete: [Phase Name]
### Summary
[What was accomplished]
### Artifacts
[Files created/modified]
### Next Phase
[What Phase N+1 will do]
---
**Proceed to Phase [N+1]?** (yes/no/modify)
Wait for user confirmation before proceeding.
Each phase must pass before proceeding:
If any phase fails:
npx claudepluginhub advisely/claude-code-agents-team-nation-of-elites --plugin nation-of-elitesGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.