30-SECOND BRIEF
What it does—and when it fits
Create Implementation Plan is a GitHub Awesome Copilot template for deterministic, machine-readable execution plans. It requires atomic phases, explicit dependencies, unique identifiers, files, tests, risks, assumptions, and measurable completion criteria.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.agents/skills/create-implementation-plan/~/.copilot/skills/create-implementation-plan/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
npx skills add github/awesome-copilot --skill create-implementation-plan --agent github-copilotCopilot also accepts .github/skills and .claude/skills at project scope. Preview untrusted Skills before enabling scripts.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Structure the requirements
Declare requirements, constraints, guidelines, security needs, and assumptions once.
Break work into phases
Create atomic tasks with dependencies and measurable completion criteria.
Validate identifiers
Check task and specification declarations for collisions before handoff.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- Produces a predictable artifact for handoff to humans or agents.
- Forces dependencies, files, tests, and risks into the same execution record.
Limitations
- Demanding zero ambiguity can create oversized plans or false precision for exploratory work.
- The template does not verify that file paths, line numbers, or assumptions remain current.
BEST FIT
Who it is for
Teams handing implementation to another agent or contributor
Large changes needing explicit dependencies and validation gates
BEFORE YOU USE IT
Risks to review before use
False certainty from generated detail
A plan can invent exact paths, dependencies, or completion criteria when repository context is incomplete. Validate every declaration against the current source before execution.
SECURITY
What the permission profile means
- Keep secrets and confidential roadmap detail out of broadly shared plans.
- Treat plan validation as format checking, not implementation approval.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Original SkillSignal editorial profile grounded in GitHub Awesome Copilot commit 318066d2, checked 2026-08-20; not independently executed or security-certified.