Use when rendering the Next Steps footer after any Spectre workflow prompts complete, or selecting contextual navigation options at the end of any SPECTRE command.
View on GitHubplugins/spectre/skills/spectre-next-steps/SKILL.md
February 3, 2026
Select agents to install to:
npx add-skill https://github.com/Codename-Inc/spectre/blob/main/plugins/spectre/skills/spectre-next-steps/SKILL.md -a claude-code --skill spectre-next-stepsInstallation paths:
.claude/skills/spectre-next-steps/# SPECTRE Next Steps Skill
Provides workflow navigation, command reference, and Next Steps footer rendering for SPECTRE commands.
## When to Load
- After completing any SPECTRE command (scope, plan, execute, clean, test, rebase, evaluate)
- When rendering the workflow navigation footer
- When suggesting next actions to the user
---
## Footer Rendering
**Always render a 60-column ASCII box footer at the end of command output.**
### Template
```
╔══════════════════════════════════════════════════════════╗
║ NEXT STEPS ║
╠══════════════════════════════════════════════════════════╣
║ 🧭 Phase: {phase} | 🟢 {status} | 🚧 {blockers} ║
╟──────────────────────────────────────────────────────────╢
║ 🎯 Next — {concise recommendation; 1–2 lines max} ║
║ ║
║ ➡️ Options: ║
║ - {/spectre:command or action} — {why} ║
║ - {/spectre:command or action} — {why} ║
║ - {/spectre:command or action} — {why} ║
║ … up to 5 total; ≤2 manual actions ║
║ ║
║ 💬 Reply — {only if textual reply expected} ║
╚══════════════════════════════════════════════════════════╝
```
### Status Values
- `Active` — work in progress, no blockers
- `Pending Input` — awaiting user decision/confirmation
- `Blocked` — external dependency or unresolved issue
- `On Hold` — paused, waiting for external factor
- `Complete` — phase finished successfully
### Rules
1. **Width**: Always 60 columns
2. **Options**: Max 5 total, max 2 manual (non-slash) actions
3. **Slash commands**: Use full `/spectre:` prefix
4. **Manual actions**: No slash prefix (e.g., "Run manual tests")
5. **Divider**: Include `╟──────╢` between status and next rows
---
## SPECTRE Workflow — Next Steps Guide
### Slash Command Usage