scoping-and-queuing-tasks

Scope work items and prepare Claude Code prompts with acceptance criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/michaelkd01/dic-skills --skill scoping-and-queuing-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scoping-and-queuing-tasks
Source: https://github.com/michaelkd01/dic-skills/tree/main/scoping-and-queuing-tasks
Command: npx skills add https://github.com/michaelkd01/dic-skills --skill scoping-and-queuing-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents ambiguous or incomplete tasks from reaching executors by orchestrating a full scoping workflow that refines acceptance criteria, validates context, and produces a production-ready Claude Code prompt.

Core Features & Use Cases

  • Structured Task Validation: Guides planners through checking if a task already exists, capturing metadata, and confirming the target project before progressing.
  • Context-Aware Readiness: Always reviews Architecture & Decisions, project overviews, and CLAUDE.md before refining acceptance criteria to avoid architectural drift.
  • Execution Preparation: Drafts issue metadata, test contracts, and prompts for Claude Code so the executor receives a clear, verifiable starting point; use this when a user drops a new request in chat and you need it ready for execution.

Quick Start

Ask the planner to scope the referenced task and prepare a Claude Code prompt so the executor can start work immediately.

Frequently Asked Questions about scoping-and-queuing-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scope development tasks and prepare them for Claude Code execution?

Task scoping for Claude Code involves reviewing project documentation, refining acceptance criteria, and generating test contracts so executors receive a clear, verifiable starting prompt. This prevents ambiguous or incomplete tasks from reaching the execution phase.

What's the best way to turn a new task mention into a production-ready Claude prompt?

Turning task mentions into ready Claude prompts requires validating that the task exists, capturing metadata, and confirming the target project before drafting issue details. The workflow ensures architectural alignment by reviewing project overviews and decisions beforehand.

Do I need to review project architecture documentation before creating issue acceptance criteria?

Reviewing architecture documentation before creating acceptance criteria is required to avoid architectural drift. The scoping workflow always checks Architecture & Decisions, project overviews, and CLAUDE.md to ensure context-aware readiness before refining task criteria.

Can I use task scoping to validate existing work items before updating Paperclip issues?

Task scoping validates existing work items by checking if a task already exists and capturing its metadata before updating Paperclip issues. It guides planners through confirming the target project and refining acceptance criteria to ensure the issue is ready for execution.

Why does my Claude Code executor receive incomplete or ambiguous task prompts?

Incomplete Claude Code prompts occur when tasks lack refined acceptance criteria, test contracts, and validated project context. A full scoping workflow drafts issue metadata and prepares a production-ready prompt so the executor starts with a clear, verifiable foundation.

Does task scoping work without writing manual test contracts for development planning?

Task scoping does not skip test contracts; it explicitly drafts them during execution preparation. Generating test contracts alongside issue metadata and acceptance criteria ensures the Claude Code executor has a verifiable starting point for development planning.