Compliance Roadmap
Build a phased compliance roadmap for "$ARGUMENTS" with concrete milestones, inter-certification dependencies, resource estimates, and target dates.
Prerequisites
None — this is a Phase 0 (Scope) skill.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for regulation inventory, priorities, and control framework
Phase 1 — Quick wins and highest-priority regulations:
- Select Tier 1 regulations and quick wins from the priority analysis
- Define specific milestones with target completion dates
- Identify controls to implement first (highest leverage points)
- Estimate effort: internal hours, external consultant days, tool costs
Phase 2 — Comprehensive coverage:
- Select Tier 2 regulations building on Phase 1 foundations
- Map dependencies — which Phase 1 controls are prerequisites?
- Define milestones with target dates accounting for Phase 1 completion
- Estimate incremental effort (many controls already in place)
Phase 3 — Advanced and sector-specific:
- Select Tier 3 and sector-specific regulations
- Map dependencies on Phase 1 and Phase 2 controls
- Define milestones with target dates
- Estimate effort for remaining gap controls
Dependency mapping:
- Document inter-certification dependencies (e.g., ISO 27001 before CSA STAR Level 2, SOC 2 before enterprise sales)
- Identify critical path — which certifications gate others?
- Flag parallel tracks that can proceed independently
Resource planning:
- Estimate total resources: internal FTEs, external consultants, audit costs, tooling
- Create budget breakdown by phase
- Identify hiring or training needs
- Recommend GRC tooling (if applicable)
Write the artifact to .metapowers/compliance/$ARGUMENTS/00-scope.md (append to existing) with sections:
- Roadmap Overview — visual timeline of all three phases
- Phase 1 Plan — regulations, milestones, dates, resources
- Phase 2 Plan — regulations, milestones, dates, resources
- Phase 3 Plan — regulations, milestones, dates, resources
- Dependency Graph — inter-certification dependencies and critical path
- Resource Summary — total budget, FTE needs, external support
Output
The compliance roadmap appended to .metapowers/compliance/$ARGUMENTS/00-scope.md. Present a summary to the user highlighting:
- Phase 1 target regulations and timeline
- Critical path dependencies
- Total estimated resource needs
- Recommended next step: begin Phase 1 assessments (e.g.,
/compliance:soc2 $ARGUMENTS or /compliance:iso27001 $ARGUMENTS)
1---2name: compliance-roadmap3description: Build a phased compliance roadmap with milestones, dependencies, and resource needs4---56# Compliance Roadmap78Build a phased compliance roadmap for "$ARGUMENTS" with concrete milestones, inter-certification dependencies, resource estimates, and target dates.910## Prerequisites1112None — this is a Phase 0 (Scope) skill.1314## Process15161. **Read context files:**17 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference18 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for regulation inventory, priorities, and control framework19202. **Phase 1 — Quick wins and highest-priority regulations:**21 - Select Tier 1 regulations and quick wins from the priority analysis22 - Define specific milestones with target completion dates23 - Identify controls to implement first (highest leverage points)24 - Estimate effort: internal hours, external consultant days, tool costs25263. **Phase 2 — Comprehensive coverage:**27 - Select Tier 2 regulations building on Phase 1 foundations28 - Map dependencies — which Phase 1 controls are prerequisites?29 - Define milestones with target dates accounting for Phase 1 completion30 - Estimate incremental effort (many controls already in place)31324. **Phase 3 — Advanced and sector-specific:**33 - Select Tier 3 and sector-specific regulations34 - Map dependencies on Phase 1 and Phase 2 controls35 - Define milestones with target dates36 - Estimate effort for remaining gap controls37385. **Dependency mapping:**39 - Document inter-certification dependencies (e.g., ISO 27001 before CSA STAR Level 2, SOC 2 before enterprise sales)40 - Identify critical path — which certifications gate others?41 - Flag parallel tracks that can proceed independently42436. **Resource planning:**44 - Estimate total resources: internal FTEs, external consultants, audit costs, tooling45 - Create budget breakdown by phase46 - Identify hiring or training needs47 - Recommend GRC tooling (if applicable)48497. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/00-scope.md` (append to existing) with sections:50 - **Roadmap Overview** — visual timeline of all three phases51 - **Phase 1 Plan** — regulations, milestones, dates, resources52 - **Phase 2 Plan** — regulations, milestones, dates, resources53 - **Phase 3 Plan** — regulations, milestones, dates, resources54 - **Dependency Graph** — inter-certification dependencies and critical path55 - **Resource Summary** — total budget, FTE needs, external support5657## Output5859The compliance roadmap appended to `.metapowers/compliance/$ARGUMENTS/00-scope.md`. Present a summary to the user highlighting:60- Phase 1 target regulations and timeline61- Critical path dependencies62- Total estimated resource needs63- Recommended next step: begin Phase 1 assessments (e.g., `/compliance:soc2 $ARGUMENTS` or `/compliance:iso27001 $ARGUMENTS`)