task-planning

Plan approved software work into 2-5 minute tasks with file paths and code examples.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/discountedcookie/10x-mapmaster --skill task-planning-discountedcookie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planning
Source: https://github.com/discountedcookie/10x-mapmaster/tree/main/.opencode/skills/task-planning
Command: npx skills add https://github.com/discountedcookie/10x-mapmaster --skill task-planning-discountedcookie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use after proposal approval to break work into 2-5 minute tasks with exact file paths and code examples. Each task must be completable by an agent with zero context.

Core Features & Use Cases

  • Each task specifies precise file paths and line ranges
  • Includes a failing test, verification steps, and a concrete implementation
  • Encourages committing changes with explicit commands

Quick Start

Refer to the task structure and begin with the first task header, e.g., "### Task 1.1: [Specific action]".

Frequently Asked Questions about task-planning

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

FAQPage Schema
How do I break down approved work into smaller tasks for my software project?

Break approved work into 2-5 minute tasks by specifying exact file paths, line ranges, and concrete code examples. Each task must be completable independently with zero context, include a failing test, verification steps, and implementation details, enabling deterministic commits and zero-context agent execution.

What's the best way to plan implementation tasks with testing built in?

Structure each task with precise file paths, a failing test that validates the requirement, explicit verification commands, and implementation code. This approach satisfies mandatory test scaffolding, ensures incremental progress, and produces auditable commits that agents can execute without external context.

Can I use task planning to structure work for multiple team members or agents?

Yes. Task planning works with zero-context agents by embedding all necessary information—file paths, line ranges, test cases, and verification steps—directly in the task description. This enables parallel execution, clear handoffs, and independent task completion without context sharing.

When should I use task planning instead of high-level project outlines?

Use task planning after proposal approval when you need to convert approved requirements into executable work. It's designed for projects requiring deterministic implementation, mandatory testing, and auditable commits—not for exploration or proposal-phase planning.

Do I need to specify test cases when planning tasks?

Yes. Each task must include a failing test and explicit verification steps. Tests validate that the task satisfies functional requirements, and verification steps confirm completion, enabling agents to work independently and produce reliable incremental commits.

How do I ensure tasks are actually completable in 2-5 minutes?

Include exact file paths, line numbers, and concrete code examples in each task. Scope each task to a single, focused change—backend or frontend—with its own test and verification. This granularity and explicitness makes tasks independently executable within the target timeframe.