| name | neural-status |
| description | Show progress of all features in .neural/wip/ and suggest next steps |
Neural Status
Show progress of all active Neural features and suggest next steps.
Procedure
-
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-interview
PLAN.md — created by /neural:neural-plan
REVIEW.md — created by /neural:neural-review
-
Determine the next step for each feature. Apply this logic:
- Missing
CONTEXT.md → Next: /neural:neural-interview
- Has
CONTEXT.md, missing PLAN.md → Next: /neural:neural-plan
- Has
CONTEXT.md and PLAN.md, missing REVIEW.md → Next: /neural:neural-execute or /neural:neural-review
- Has all three → Next:
/neural:neural-archive
-
Display 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.