plan-work

Parse work items from Linear, Notion, and GitHub into review-ready plans.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ambroselittle/agent-skills --skill plan-work-ambroselittle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-work
Source: https://github.com/ambroselittle/agent-skills/tree/main/skills/plan-work
Command: npx skills add https://github.com/ambroselittle/agent-skills --skill plan-work-ambroselittle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Planning work before coding to ensure scope, alignment, and verifiable outcomes, reducing drift and rework across engineering tasks.

Core Features & Use Cases

  • Synthesize a clear work goal from Linear, Notion, or GitHub sources.
  • Surface codebase impact and risk by reading CLAUDE.md and repository structure.
  • Generate a structured, verifiable plan saved to your configured work folder and ready for review.

Quick Start

Describe the work item (e.g., ENG-42 or a Notion URL) and run plan-work to generate a plan.

Frequently Asked Questions about plan-work

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

FAQPage Schema
How do I generate a coding plan from a Linear ticket or Notion URL?

To generate a coding plan from a Linear ticket or Notion URL, you input the work item source. The tool parses the source, discovers code impact by reading repository structure, and saves a structured, review-ready plan with phases, tasks, and tests to your work folder.

What is the best way to discover codebase impact before starting development?

Discovering codebase impact before development involves parsing work items to surface mismatches and reading CLAUDE.md. This process identifies repository scope and risk, discarding ambiguity by triggering discovery only when needed to produce a save-ready plan.

Can I use GitHub issues to create a structured work plan with verification steps?

Yes, you can use GitHub issues to create a structured work plan. The tool translates GitHub sources into a concrete plan, surfacing codebase impact and producing verification steps for subsequent execution phases.

Does planning work before coding reduce drift and rework?

Planning work before coding reduces drift and rework by ensuring scope alignment and verifiable outcomes. It synthesizes clear work goals from your sources and generates a structured, verifiable plan ready for review.

How do I prepare a plan for the do-work execution phase?

Preparing a plan for the do-work execution phase requires parsing work item sources to produce a save-ready plan. This plan includes repo scope, phases, tasks, and verification steps, storing context specifically for subsequent execution steps.