Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

spectre-next-steps

verified

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 GitHub

Marketplace

spectrl

Codename-Inc/spectre

Plugin

spectre

Repository

Codename-Inc/spectre

plugins/spectre/skills/spectre-next-steps/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
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-steps

Installation paths:

Claude
.claude/skills/spectre-next-steps/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
9828 chars