원클릭으로
neural-help
Show all Neural plugin commands with descriptions and the recommended workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show all Neural plugin commands with descriptions and the recommended workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implementation planning with optional adversarial cross-review (Claude Code ⇄ Codex). Tasks are sequential vertical slices, each carrying its own testable behaviors. Pass --visual to also render the plan as a self-contained HTML page (PLAN.html). Pass --skills <skills> to preload skills that shape the plan and that execute loads before coding
Execute all fixes from a REVIEW.md — address warnings, blocking issues, and gaps found during review
Test-driven execution loop — one task at a time, red→green→refactor, atomic commits
Plan vs implementation verification with goal-backward analysis and test-quality audit
Move completed features from wip to archive
Socratic interview that captures domain language, decisions, and ADRs inside .neural/wip/<feature>/
| name | neural-help |
| description | Show all Neural plugin commands with descriptions and the recommended workflow |
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.