manual-planning
Manual Planning
Use this skill to produce Markdown plans that another coding agent can execute without reinterpreting the original conversation. Keep plans stable, explicit, and easy to update mechanically.
Default Location
Create the plan in docs/ when that directory exists. Otherwise create it at the repository root.
Use a descriptive kebab-case filename such as docs/payment-refactor-plan.md or manual-plan.md. Avoid temporary names like notes.md, scratch.md, or todo.md.
Plan Creation Workflow
- Gather enough repository context to identify scope, dependencies, test surfaces, and likely risks.
- Draft the plan as a Markdown file using one of:
assets/simple-plan-template.mdfor 10 or fewer tasks.assets/milestoned-plan-template.mdfor more than 10 tasks.
- Set
Plan StatustoQUESTIONS PENDINGif clarification is required, then surface all clarifying questions to the user. Put the same unresolved questions in the plan underOpen Questions. - Incorporate the answers, then self-check the whole plan before requesting final approval.
- Set
Plan StatustoREADY FOR APPROVALonly when the self-check passes and the only remaining gate is user approval.
More from fjrevoredo/mini-diarium
solidjs
|
20tauri-v2
Tauri v2 cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri, src-tauri, invoke, emit, capabilities.json.
18diagram-maintainer
|
11tiptap
Helps coding agents integrate and work with the Tiptap rich text editor. Use when building or modifying a rich text editor with Tiptap, installing Tiptap extensions, or implementing features like collaboration, comments, AI, or document conversion.
1rust-skill-creator
Use when creating skills for Rust crates or std library documentation. Keywords: create rust skill, create crate skill, create std skill, 创建 rust skill, 创建 crate skill, 创建 std skill, 动态 rust skill, 动态 crate skill, skill for tokio, skill for serde, skill for axum, generate rust skill, rust 技能, crate 技能, 从文档创建skill, from docs create skill
1m07-concurrency
CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁
1