i9wa4/dotfiles

plan-design

USE FOR: Implementation plans and durable task tracking: reduce ambiguity, compare options, parallel investigation, multi-source synthesis, review gates, planning evidence, handoff/resume, DONE/BLOCKED verification, and Secret-Gist handoff semantics. DO NOT USE FOR: artifact storage mechanics, machine-only outputs, internal logs, code/config artifacts, unrelated tasks, broad rewrites outside the request, or generated runtime outputs.

First seen Mar 22, 2026

Installation

$ npx skills add i9wa4/dotfiles --skill plan-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from i9wa4/dotfiles · top by installs.

npx skills add i9wa4/dotfiles

Browse all from i9wa4/dotfiles

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 21
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,088 B
  • docs SUMMARY.md 456 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

Plan Design

Owns implementation-plan authoring and durable task tracking for plan-ready tasks: ambiguity reduction, option framing, multi-source synthesis, review gates, task artifacts, evidence logs, and handoff/resume.

This skill owns planning semantics and evidence expectations, not artifact storage or delivery mechanics. Leave a durable artifact of your work; where and how it is created, reused, discovered, and delivered is governed elsewhere in this environment.

Follow the output language designated by the active runtime/session policy or explicit request. Do not establish an independent language policy in this skill.

1. Workflow

  1. Inspect the relevant files, current repo conventions, and git status.
  2. Read [Plan Authoring](references/plan-authoring.md) before changing

behavior or giving detailed instructions.

  1. If the task is fuzzy or has multiple viable approaches, read

[Brainstorming](references/brainstorming.md) and stabilize the direction before drafting the execution plan.

  1. If plan terms, states, conditions, cause categories, or mitigation names are

ambiguous, use clarify-concepts before the plan language hardens.

  1. Make the smallest scoped change that satisfies the request.
  2. Run the checks named in the plan authoring guide or the nearest repo

harness.

  1. Report verification results and any remaining risk.

2. References

  • [Plan Authoring](references/plan-authoring.md)
  • [Brainstorming](references/brainstorming.md)
  • [Durable Task Tracking](references/durable-task-tracking.md)