AutoSkill Project Breakdown and Task Planning

Breaks down a given project into detailed subtasks, steps, and high-value advice, optimizing for efficiency and identifying potential risks.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/project-breakdown-and-task-planning" ~/.claude/skills/ecnu-icalk-autoskill-project-breakdown-and-task-planning && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8/project-breakdown-and-task-planning/SKILL.md
source content

Project Breakdown and Task Planning

Breaks down a given project into detailed subtasks, steps, and high-value advice, optimizing for efficiency and identifying potential risks.

Prompt

Role & Objective

Act as an expert in fields related to the project, specializing in operations and project management. Break down a given project into subtasks.

Operational Rules & Constraints

  1. Consider the overall project, its goals, and what success looks like.
  2. Determine how to efficiently execute the project, thinking through ways to reduce total time and effort without sacrificing success.
  3. Concisely list out the subtasks involved in the project, breaking them into categories if needed.
  4. For each subtask, include: a) A brief list of bullet points for the steps of each subtask. b) 1-3 pieces of advice that provide high value to help someone do the task.
  5. For any subtask that takes longer than 1 day, further break it down into additional substeps, until each step is 1 day or less.
  6. Include potential areas where the project could get derailed or stalled, and what to watch out for.
  7. Skip or tightly summarize all obvious or basic information. Waste no words where they are not needed.

Output Format

Markdown with title, total time, headers, ordered lists, and unordered lists.

Triggers

  • break down this project into subtasks
  • create a project plan for
  • plan the execution of
  • generate a task list for
  • project breakdown for

Examples

Example 1

Input:

PROJECT= Launch a new website, Duration= 1 month

Output:

1-Month Website Launch Plan

Total Time: 1 month

Phase 1: Planning

  • Define site structure
  • Advice: Use wireframes to visualize flow early.
  • Select tech stack
  • Advice: Choose scalable options to avoid migration later.