plan

Surveys project scope and estimates effort to generate a detailed implementation plan.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cuongnm-dev/team-ai-config --skill plan-cuongnm-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/cuongnm-dev/team-ai-config/tree/main/cursor/skills/plan
Command: npx skills add https://github.com/cuongnm-dev/team-ai-config --skill plan-cuongnm-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Khảo sát phạm vi dự án và ước lượng effort để tạo ra một kế hoạch triển khai chi tiết.

Core Features & Use Cases

  • Xác định phạm vi và các yếu tố ảnh hưởng của dự án
  • Tạo kế hoạch triển khai chi tiết bằng các chế độ plan, estimate, breakdown
  • Quản lý backlog và đề xuất các bước triển khai cho đội ngũ kỹ thuật

Quick Start

Hãy cung cấp phạm vi dự án và chọn một chế độ (estimate, plan hoặc breakdown) để bắt đầu.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I break down software project scope into a detailed implementation plan?

To break down project scope, survey the affected modules and estimate effort to generate a structured plan. This produces a markdown file containing architecture context, task lists with dependencies, and risk mitigations.

What is the best way to estimate effort for software engineering tasks?

Estimating effort for software engineering tasks involves running an estimate mode to survey project scope and impacted modules. The output provides a detailed implementation plan suitable for backlog creation and architecture context.

Can I generate a project planning document that includes architecture context and risk mitigations?

Yes, project planning generates a markdown document at docs/plans/{slug}.md. This document includes sections for architecture context, impacted modules, task lists with dependencies, and risk mitigations.

How do I create a task list with dependencies for my project backlog?

Create a task list with dependencies by using breakdown mode to survey project scope and estimate effort. The resulting plan outputs structured task lists with dependencies directly suitable for backlog creation.

Does this task management approach require any specific dependencies or frameworks?

No specific dependencies or frameworks are required for this task management approach. It operates independently to survey project scope and output structured markdown plans to your project's docs directory.

What is the difference between estimate, plan, and breakdown modes for project planning?

Estimate, plan, and breakdown modes represent different focuses of project planning, from surveying scope and effort to generating detailed task lists. Mode detection is applied automatically based on your input to produce the appropriate plan structure.