Complete AI TrainingYourJobSkills for your job

Catalog

planning skills

7 skills. Every one is readable here; downloads and live use need a subscription.

blueprint

Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief — a fresh agent in a new session can pick up any step without reading prior steps.

concise-planning

Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist.

decision-navigator

Guide stuck or overwhelmed users through targeted branching questions until they reach concrete next steps.

plan-writing

Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.

planning-with-files

Work like Manus: Use persistent markdown files as your "working memory on disk."

track-management

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code