skills/create-plan/SKILL.md
Create a plan on Lightsprint from markdown content. Use to upload implementation plans, design docs, or any structured plan for team visibility and review.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin create-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run this command to create a plan on Lightsprint:
lightsprint create-plan --cc-pid $PPID $ARGUMENTS
Usage: create-plan --content <markdown> [--title <text>] [--task <taskId>]
| Flag | Required | Description |
|------|----------|-------------|
| --content <markdown> | Yes | Plan content in markdown format. Max 200,000 chars. |
| --title <text> | No | Explicit plan title. If omitted, extracted from the first heading in content. Max 500 chars. |
| --task <taskId> | No | Link the plan to an existing Lightsprint task. Supports raw IDs and display IDs (e.g. LIG-024). |
| --dry-run | No | Validate inputs without calling the API. |
| --output json | No | Return structured JSON instead of human-readable text. |
Returns the created plan's ID and version number. If the plan was deduplicated (an existing pending plan was found for this CC session), deduplicated: true is included.
Use this when you have a plan, design, or structured document that should be visible to the team on Lightsprint. The plan will appear on the Lightsprint board for review.
testing
Update an existing Lightsprint (ls) task. Change its title, description, status, complexity, assignee, position, or dependencies.
tools
Remove a linked GitHub pull request from a Lightsprint (ls) task. Use this to unlink a PR that was previously linked to a task.
data-ai
List tasks from the Lightsprint (ls) workspace board. Use when you need to see what work is available.
testing
Get PR signals (CI checks, reviews, comments, deployments) for a task's linked PR. Use to inspect what CI and review activity has happened on a PR.