plugins/spectre/skills/quick_dev/SKILL.md
👻 | Quickly scope, research, & plan s/m tasks - primary agent
npx skillsauth add codename-inc/spectre quick_devInstall 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.
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:spectre-guide skill for Next Steps
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