task-planner

Generate structured implementation plans from natural language task descriptions.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/juniorfontenele/ai-guidelines --skill task-planner-juniorfontenele
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planner
Source: https://github.com/juniorfontenele/ai-guidelines/tree/main/.agents/skills/task-planner
Command: npx skills add https://github.com/juniorfontenele/ai-guidelines --skill task-planner-juniorfontenele

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you break down complex development tasks into actionable plans, ensuring clarity and scope before any code is written.

Core Features & Use Cases

  • Task Planning: Generates detailed implementation plans for features, refactors, or bug fixes.
  • Scope Definition: Clearly outlines what is in and out of scope for a task.
  • Acceptance Criteria: Defines specific, testable conditions for task completion.
  • Use Case: When asked to "plan the implementation of the user profile page," this Skill will ask clarifying questions, gather context from the codebase and documentation, and then present a structured plan including steps, files to modify, and test cases.

Quick Start

Use the task-planner skill to plan the implementation of the new user authentication feature.

Frequently Asked Questions about task-planner

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

FAQPage Schema
How do I create an implementation plan for a new feature before writing code?

Implementation plans for new features are generated by clarifying scope, gathering context, and defining acceptance criteria before coding, ensuring development tasks are fully scoped and actionable.

What's the best way to plan a refactoring task without writing code directly?

Planning a refactoring task without writing code involves outlining specific steps, identifying files to modify, and setting testable completion conditions, routing the approved plan for execution.

How do you define scope and acceptance criteria for complex development tasks?

Scope and acceptance criteria for complex development tasks are defined by asking clarifying questions and gathering context to outline what is in and out of scope, ensuring testable conditions for completion.

Can I use task planning to break down a large feature into actionable steps?

Task planning breaks down large features into actionable steps by generating a structured implementation plan from natural language descriptions, detailing specific modifications and test cases.

Does the implementation plan include specific test cases and files to modify?

Implementation plans include specific test cases and identify files to modify by adhering to predefined templates and quality gate checklists for comprehensive task definition.

When do I need a structured task plan instead of coding features directly?

A structured task plan is needed when complex development tasks require clarity and scope definition before coding, ensuring no code is written directly until the plan is approved.