linking-plan

Save the newest Plan link to in_progress leaf task descriptions.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NoNameItem/claude-tools --skill linking-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linking-plan
Source: https://github.com/NoNameItem/claude-tools/tree/main/plugins/flow/skills/linking-plan
Command: npx skills add https://github.com/NoNameItem/claude-tools --skill linking-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill saves the Plan link to a task description to enable post-planning workflow by associating the implementation plan with the task.

Core Features & Use Cases

  • Save Plan link to task description and persist to git
  • Preserve existing Design links when adding Plan
  • Supports post-planning workflow for beads tasks

Quick Start

Find an in_progress leaf task, locate the newest plan in docs/plans, and save the Plan link to the task description.

Frequently Asked Questions about linking-plan

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

FAQPage Schema
How do I save a plan link to a task description in git?▼

To save a plan link to a task description, the Skill applies the newest plan from docs/plans to in_progress leaf tasks and syncs the changes to git.

Does adding a plan link overwrite existing design links in the task description?▼

Adding a plan link does not overwrite existing design links; the Skill specifically preserves any current Design links while saving the Plan link to the task description.

Can I link implementation plans to parent tasks or only leaf tasks?▼

You can only link implementation plans to in_progress leaf tasks, as the Skill targets this specific task type to associate the newest plan document for post-planning workflow.

What is the workflow for associating implementation plans with tasks?▼

The workflow for associating implementation plans with tasks involves finding an in_progress leaf task, locating the newest plan document in docs/plans, and saving that link to the task description.

Why are my implementation plan links not syncing to git?▼

Implementation plan links may not sync to git if the task is not an in_progress leaf task, as the Skill requires this specific task state to save the plan link and persist changes.

Do I need a specific folder structure to link plan documents to tasks?▼

You need a docs/plans folder structure, as the Skill searches this directory to locate the newest plan document for saving to the in_progress leaf task description.