implementation-planning
Implementation Planning
Produce deep technical implementation plans for complex engineering work.
This skill is primarily for the planner agent after it has already gathered enough context to
plan responsibly. It is not the default planning path for every task. Small and medium tasks
should usually stay inside the planner's normal workflow without invoking this heavier protocol.
Outputs
- A complexity decision: stay with normal planning or enter a deep implementation-planning pass
- A scoped planning contract: goal, constraints, non-goals, assumptions, and success criteria
- A scope-challenge pass that checks whether the current ask is too large, too vague, or more complex than it needs to be
- A structured implementation plan with phases, dependencies, touched files or components, verification, risks, and rollback or containment notes
- A concise handoff summary for the next execution step
When Not To Use
More from liqiongyu/my-agents
brainstorming
Manual-first brainstorming workflow for turning ambiguous ideas or competing directions into an approved decision before planning or implementation. Activate when the user explicitly asks to brainstorm, explore options, compare approaches, or pressure-test a direction. Do not activate for clarification, review, detailed planning, or straightforward execution once a direction is already chosen.
10deep-research
Use when the user explicitly asks for comprehensive, citation-backed research such as a deep dive, due diligence, market analysis, or a multi-source comparison/report. Do not activate for quick factual lookups, ordinary coding tasks, or routine content generation unless the user first asks for research or source verification.
7project-documentation
>
6readme-craftsman
Create, update, or review a repository README when the user explicitly asks for README work. Use it to draft a new README, refresh an existing README after project changes, or audit a README against the current repository. Do not use it for general documentation, API docs, architecture docs, or documentation tasks that do not specifically target a README file.
5prompt-engineering
>
5review
>
4