con un clic
spectre-create-test-guide
👻 | Generate right-sized manual test guides - primary agent
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
👻 | Generate right-sized manual test guides - primary agent
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
| name | spectre-create_test_guide |
| description | 👻 | Generate right-sized manual test guides - primary agent |
| user-invocable | true |
Treat the current command arguments as this workflow's input. When invoked from a slash command, use the forwarded $ARGUMENTS value.
docs/tasks/{task_name}/testing/{task_name}_test_guide.md.Optional user input to seed this workflow.
$ARGUMENTSbranch_name=$(git rev-parse --abbrev-ref HEAD 2>/dev/null || echo unknown)target_dir/path → OUT_DIR={that value}OUT_DIR=docs/tasks/{branch_name}mkdir -p "OUT_DIR/testing"{OUT_DIR}/testing/{branch_name}_test_guide.md### 1. Feature Name (User Action/Context)
- [ ] Step 1: Action to perform
- [ ] Step 2: What to verify/expect
- [ ] Step 3: Additional validation
- [ ] Step 4: Edge case or error handling
[ ] for progress tracking📋 Test Guide Created
Location:
docs/tasks/{task_name}/testing/{task_name}_test_guide.mdCoverage:
- {X} feature workflows/scenarios
- {Y} total test steps
- Estimated time: {Z} minutes
Testing Strategy: {Simple/Medium/Complex} - {brief rationale}
The guide is organized by user workflows with actionable checklists ready for execution.
Skill(spectre-guide) skill (contains format template and spectre command options)See Skill(spectre-guide) skill for footer format and command options.
Output directory determined inline (OUT_DIR) using branch name or user-specified path
Task context analyzed (features changed, stack, personas, integration points)
ARGUMENTS processed for specific focus areas (if provided)
Change complexity assessed (Simple/Medium/Complex)
Testing strategy determined with required and optional sections identified
Test guide created with feature-based organization
Required sections included (Overview, Setup, Core Tests, Results)
Optional sections evaluated and included based on relevance
Tests organized by user workflows/features with descriptive headers
Steps combine actions with expected results using checklist format
Related functionality logically grouped under coherent scenarios
Keyboard shortcuts and UI elements included as relevant
Guide complexity scaled appropriately to change size
Instructions clear enough for unfamiliar users
Guide saved to {OUT_DIR}/testing/{branch_name}_test_guide.md
Testing coverage summary presented to user
Next steps guide read and relevant options sourced for footer