一键导入
spectre-create-test-guide
👻 | Generate right-sized manual test guides - primary agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
👻 | Generate right-sized manual test guides - primary agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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:spectre-guide skill (contains format template and spectre command options)See @skill-spectre: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