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

spectrl-next-steps

verified

Use when rendering the Next Steps footer after any spectrl workflow prompts complete, or selecting contextual navigation options at the end of any spectrl command.

View on GitHub

Marketplace

spectrl

Codename-Inc/spectre

Plugin

spectrl

Repository

Codename-Inc/spectre

plugins/spectrl/skills/spectrl-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/spectrl/skills/spectrl-next-steps/SKILL.md -a claude-code --skill spectrl-next-steps

Installation paths:

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

Instructions

# spectrl Next Steps Skill

Provides workflow navigation, command reference, and Next Steps footer rendering for spectrl commands.

## When to Load

- After completing any spectrl 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:                                              ║
║ - {/spectrl:command or action} — {why}                   ║
║ - {/spectrl:command or action} — {why}                   ║
║ - {/spectrl: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 `/spectrl:` prefix
4. **Manual actions**: No slash prefix (e.g., "Run manual tests")
5. **Divider**: Include `╟──────╢` between status and next rows

---

## spectrl 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