一键导入
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.