Implementation plan
Skill bromso/metapowers/plugins/compliance/skills/implementation-plan
Create phased implementation plan for control deploymentFrom its SKILL.md
npx -y skills add bromso/metapowers --skill implementation-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.2 KB, 734 tokens by cl100k_base, as published. Nobody here has run it
Implementation Plan
Create a phased implementation plan for "$ARGUMENTS" grouping controls into implementation waves with effort estimates, dependencies, owners, and target completion dates.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run
/compliance:regulatory-landscape $ARGUMENTSfirst, or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
-
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.mdfor GRC methodology reference - Read
.metapowers/compliance/$ARGUMENTS/00-scope.mdfor scope and control framework context - Read
.metapowers/compliance/$ARGUMENTS/02-remediate.mdfor gap register, control mapping, evidence plan, and policy gaps
- Read
-
Group controls into implementation waves:
- Wave 1 — Critical & Quick Wins (Month 1-2): Critical gaps with regulatory urgency, quick wins (low effort, high impact), foundation controls enabling other controls
- Wave 2 — Core Controls (Month 3-4): Core security and compliance controls, policy development and approval, evidence collection infrastructure
- Wave 3 — Advanced & Optimization (Month 5-6): Advanced monitoring and automation, optimization of existing controls, continuous improvement processes
-
Per-control implementation detail:
- Implementation steps — concrete actions to deploy the control
- Effort estimate in person-days
- Dependencies — other controls, tools, approvals, or resources needed first
- Owner — team or individual responsible
- Target completion date
- Success criteria — how to verify the control is operating effectively
-
Resource planning:
- Internal resource needs — hours by team (engineering, security, legal, HR)
- External resource needs — consultants, auditors, tool vendors
- Tool/platform needs — GRC tool, SIEM, identity provider, training platform
- Budget estimate by wave
-
Timeline and checkpoints:
- Create Gantt-style timeline showing waves, controls, and dependencies
- Set progress review checkpoints (bi-weekly or monthly)
- Define go/no-go criteria for advancing to next wave
- Identify critical path items that could delay the overall plan
-
Write the artifact to
.metapowers/compliance/$ARGUMENTS/02-remediate.md(append to existing) with sections:- Implementation Waves — wave 1/2/3 groupings with rationale
- Control Implementation Details — per-control steps, effort, owner, target date
- Resource Plan — internal and external resource requirements
- Timeline — Gantt-style overview with milestones
- Checkpoints — review cadence and go/no-go criteria
- Risk Register — risks to the implementation plan with mitigations
Output
The implementation plan appended to .metapowers/compliance/$ARGUMENTS/02-remediate.md. Present a summary to the user highlighting:
- Number of controls per wave
- Total estimated effort in person-days
- Critical path and key dependencies
- Recommended first actions to begin Wave 1
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.