Agent skill
plan-steps-split
Split plan steps into individual markdown files in Obsidian vault. Use after creating a plan with plan-on-md when you want each step as a separate trackable file.
Install this agent skill to your Project
npx add-skill https://github.com/uuta/dotfiles/tree/main/skills/plan-steps-split
SKILL.md
Plan Steps Splitter
計画の各ステップを個別のMarkdownファイルに分割してObsidian Vaultに保存します。
When to Use
- Basically after using
plan-on-mdto save main plan - When steps need individual tracking
- For complex plans with many steps
Directory Structure
Files are created in the same directory as the main plan:
~/uuta/Projects/{project_name}/{branch_name}/
├── {plan-name}.md (main plan)
├── {plan-name}-step-01.md (Step 1)
├── {plan-name}-step-02.md (Step 2)
└── {plan-name}-step-0N.md (Step N)
If you have no idea at where the main plan markdown is located, use git-grep or grep to find it.
What you add to step files
Add Step status into each file to track how much agents has proceeded tasks. Agents are often executed parallelly.
Step status only has the following values.
- Ready
- In progress
- In review (use for a review by user)
- Pending
- Done
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
pbi-sub-issue
タスク分割プラン(pbi-task-splitで作成)を元に、GitHub の Sub-issue を作成する。親 Issue との関係も自動で設定。
dev
Orchestrate TDD-based development workflow. Checks workflow state and delegates work to subagents (dev-plan, dev-step, create-pr).
neo-frontend-design
Create dark command-center / cyberpunk dashboard interfaces inspired by the OJPP Portal design. Use this skill when the user asks for a dark, neon-accented, terminal-aesthetic UI. Generates production-grade code with glitch effects, monospace typography, and per-module neon color coding.
tdd-plan
Create implementation plans following TDD methodology with test-first approach. Each test file is immediately followed by its implementation (fine-grained RED→GREEN cycles).
prototype
Generate 3 HTML prototype variants using a team of parallel agents. Each agent creates a distinct design pattern (e.g., hover effects, animations, layouts) based on user prompts or docs/goal.md. Use when the user wants to explore multiple design directions for a UI component.
review-format
Output in the specified format when a review of specific markdown is requested.
Didn't find tool you were looking for?