Stats
Actions
Tags
From neural
Show all Neural plugin commands with descriptions and the recommended workflow
How this skill is triggered — by the user, by Claude, or both
Slash command
/neural:neural-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the Neural command reference for the current agent.
Show the Neural command reference for the current agent.
/neural:<name>.$<name> (e.g., $neural-plan)./neural:<name>.Neural SDD — Plugin Commands
Workflow:
/neural:neural-interview Socratic interview → generates CONTEXT.md
/neural:neural-plan Implementation plan with adversarial review → generates PLAN.md
/neural:neural-execute Test-driven execution loop — one task at a time, red→green→refactor
/neural:neural-review Plan vs implementation + goal-backward verification → generates REVIEW.md
/neural:neural-address-review Fix blocking issues and warnings from REVIEW.md
/neural:neural-archive Move completed feature from wip/ to archive/
Utilities:
/neural:neural-quick Fast-path: mini-interview + inline plan + execute + light review
/neural:neural-debug Root-cause investigation for bugs and failures
/neural:neural-sync Sync specs with post-implementation code
/neural:neural-status Show progress of all features in .neural/wip/
/neural:neural-help Show this command reference
Typical flow: interview → plan → execute → review → archive
Neural SDD — Plugin Commands
Workflow:
$neural-interview Socratic interview → generates CONTEXT.md
$neural-plan Implementation plan with adversarial review → generates PLAN.md
$neural-execute Test-driven execution loop — one task at a time, red→green→refactor
$neural-review Plan vs implementation + goal-backward verification → generates REVIEW.md
$neural-address-review Fix blocking issues and warnings from REVIEW.md
$neural-archive Move completed feature from wip/ to archive/
Utilities:
$neural-quick Fast-path: mini-interview + inline plan + execute + light review
$neural-debug Root-cause investigation for bugs and failures
$neural-sync Sync specs with post-implementation code
$neural-status Show progress of all features in .neural/wip/
$neural-help Show this command reference
Typical flow: interview → plan → execute → review → archive
Print only the selected reference output. Do not include the detection rules or extra explanation.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub juancruzrossi/neural --plugin neural