From atlas
Implement a feature end to end when the user says "implement a feature", "add a feature that", or "build new functionality" that spans UI, API, and data. Ships working with verified evidence, not 'should work'. Dispatches the atlas squad in parallel and closes with an independent verifier.
How this skill is triggered — by the user, by Claude, or both
Slash command
/atlas:atlas-feature [feature] [acceptance criteria] [stack] [constraints]When to use
the user asks to implement a feature, add a feature, or build new functionality that spans UI, API, and data and must ship working with evidence
[feature] [acceptance criteria] [stack] [constraints]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply the Operating Contract to this entire task. It is injected below.
Apply the Operating Contract to this entire task. It is injected below.
cat "${CLAUDE_PLUGIN_ROOT}/references/operating-contract.md"
If the contract did not load above, read ${CLAUDE_PLUGIN_ROOT}/references/operating-contract.md and apply it before proceeding.
atlas-featureBuild the feature described in $ARGUMENTS end to end: backend and frontend, with proof.
Inputs to read from $ARGUMENTS: the feature (what it does, for whom), acceptance criteria (specific and testable), stack (frontend framework, backend framework, datastore, auth), and constraints (auth model, data sensitivity, performance targets, anything regulated). If a required input is missing or ambiguous, ask once for it, then proceed.
The full end-to-end workflow (spec -> tests -> impl -> verify, one
failable check per phase) lives in references/feature-workflow.md.
Follow it in order; each phase's check must pass before the next.
atlas-loop skill to select and instantiate the best-fit loop from the loop-library, then run that loop. Otherwise dispatch the squad directly for a single pass.Dispatch all independent jobs in ONE message (multiple Agent calls in a single message) so they run concurrently; keep roughly 4-6 in flight. ALWAYS close the wave with an independent atlas:verifier in a fresh context before integrating results.
npx claudepluginhub w159/atlas --plugin atlasGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.