plugins/spectre-codex/skills/spectre-create_test_guide/SKILL.md
👻 | Generate right-sized manual test guides - primary agent
npx skillsauth add codename-inc/spectre spectre-create_test_guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
<ARGUMENTS> $ARGUMENTS </ARGUMENTS>branch_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
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
data-ai
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
data-ai
👻 | Transform requirements into executable tasks - primary agent
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references