一键导入
neural-status
Show progress of all features in .neural/wip/ and suggest next steps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show progress of all features in .neural/wip/ and suggest next steps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | neural-status |
| description | Show progress of all features in .neural/wip/ and suggest next steps |
Show progress of all active Neural features and suggest next steps.
Check for the .neural/wip/ directory. If it does not exist or is empty, report: "No active Neural features. Start one with /neural:neural-interview" and continue to step 5.
List all feature directories in .neural/wip/. For each feature directory, check which of these files exist:
CONTEXT.md — created by /neural:neural-interviewPLAN.md — created by /neural:neural-planREVIEW.md — created by /neural:neural-reviewDetermine the next step for each feature. Apply this logic:
CONTEXT.md → Next: /neural:neural-interviewCONTEXT.md, missing PLAN.md → Next: /neural:neural-planCONTEXT.md and PLAN.md, missing REVIEW.md → Next: /neural:neural-execute or /neural:neural-review/neural:neural-archiveDisplay the status table. Format output exactly like this:
Neural SDD Status
Active features:
<feature-name>:
✓ CONTEXT.md (interview complete)
✓ PLAN.md (plan complete)
✗ REVIEW.md
→ Next: /neural:neural-execute or /neural:neural-review
<feature-name>:
✓ CONTEXT.md (interview complete)
✗ PLAN.md
✗ REVIEW.md
→ Next: /neural:neural-plan
Check .neural/archive/. If it exists, count the subdirectories and report: Archived: <N> features. If it does not exist, report: Archived: 0 features.
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>/