一键导入
spectre-quick-dev
👻 | Quickly scope, research, & plan s/m tasks - primary agent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
👻 | Quickly scope, research, & plan s/m tasks - 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-quick_dev |
| description | 👻 | Quickly scope, research, & plan s/m tasks - 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.
quick_task_plan.md with parent/sub-task structureAction — ImmediateReply: Respond before running tools
Wait — Only if ARGUMENTS empty
Action — ReadFiles: Read any files mentioned by user completely (no limit/offset)
Scope is about WHAT we're building, not HOW. Technical approach comes from research.
DO NOT ask about: implementation approach or technical decisions — research answers those.
Action — PresentScope:
📋 Scope Confirmation
Objective: {functional outcome}
✅ In Scope: {what the feature does — behaviors, not implementation}
❌ Out of Scope: {what we're NOT building}
UX Assumptions: {how you imagine the user flow working}
Constraints: {user-provided only}
Any items to move between IN/OUT? Clarify UX flow? Reply with changes or 'Confirmed'.
Wait — User confirms or provides changes (apply and proceed)
Action — SpawnAgents: Launch parallel research agents
@finder — find WHERE files/components live@analyst — understand HOW code works@patterns — find similar implementations@web-research — external docs (only if user asks)Action — Synthesize: Compile findings with file paths, patterns, architectural decisions
Action — DetermineOutputDir:
OUT_DIR=docs/tasks/{branch_name} (or user-specified)mkdir -p "${OUT_DIR}/specs"Action — GeneratePlan: Create {OUT_DIR}/specs/quick_task_plan.md (use scoped name if exists)
Plan Structure:
Task Format: ## Phase → ### [1.1] Parent Task → - [ ] **1.1.1** Sub-task → - [ ] Criterion
Sub-task guidance:
Bounds: ~3 phases, ~8 parent tasks max. If exceeds → suggest spectre-create_tasks
Action — ValidateCoverage: Verify all in-scope items have tasks; no out-of-scope tasks added
Action — PresentSummary:
Task Plan Created:
{path}✅ Scope | ✅ Research | ✅ Plan
Action — RenderFooter: Use Skill(spectre-guide) skill for Next Steps