Plan Charter Alignment
Transform charter audit findings into a comprehensive alignment plan without implementing the changes.
Goal Alignment
Enable reliable agent execution that is deterministic enough to trust, observable enough to debug, and flexible enough to evolve.
When to Use
Use this skill when:
- You already have charter audit findings and need a concrete remediation plan
- You want the charter rewrite broken into explicit change bundles with acceptance criteria
- You need governance-profile receipts and compliance sections before implementation
- You want a plan that another engineer or agent can execute without inventing missing decisions
Quick Start
/plan-charter-alignment charter_path=".octon/framework/cognition/governance/CHARTER.md" findings_source=".octon/state/evidence/validation/analysis/2026-03-05-charter-audit-2026-03-05-octon-root-charter.md"
With explicit scoring target:
/plan-charter-alignment charter_path=".octon/framework/cognition/governance/CHARTER.md" findings_source="report.md" target_score="98"
Core Workflow
- Parse Findings -- Normalize the audit results into material issues, ownership gaps, terminology drift, and control weaknesses.
- Select Governance Profile -- Derive release state, collect hard-gate facts, choose exactly one
change_profile, and emit the profile receipt. - Define Target State -- Convert findings into desired charter properties, success conditions, and explicit acceptance thresholds.
- Map Changes -- Group findings into concrete rewrite bundles, metadata updates, verification work, and follow-on scope if needed.
- Assemble Plan -- Produce an implementation-ready alignment plan with required receipts, test scenarios, assumptions, and scoped exclusions.
- Review Gaps -- Surface unresolved ambiguities, exceptions, or follow-on work rather than silently deciding them during planning.
Required Output Sections
Generated plans must contain:
Profile Selection ReceiptImplementation PlanImpact Map (code, tests, docs, contracts)Compliance ReceiptExceptions/Escalations
Planning Contract
The plan must:
- stay charter-focused unless the findings clearly require follow-on scope,
- map every High and Medium finding to a planned change or explicit no-change rationale,
- preserve a decision-complete implementation path for the charter file itself,
- state assumptions instead of silently widening scope,
- treat implementation as out of scope for the skill run.
Parameters
Parameters are defined in .octon/framework/capabilities/runtime/skills/registry.yml (single source of truth).
This skill accepts required charter and findings inputs plus optional governance and target-score selectors.
Output Location
Output paths are defined in .octon/framework/capabilities/runtime/skills/registry.yml (single source of truth).
Outputs are written to:
.octon/inputs/exploratory/plans/YYYY-MM-DD-charter-alignment-plan-<run-id>.md/.octon/state/evidence/runs/skills/plan-charter-alignment/
Boundaries
- Read-only against source charters and audit findings
- Do not implement the plan or edit the charter
- Do not invent schema or governance changes outside the findings without calling them out as scope expansion
- Do not select
transitionalunless the hard gates actually require it - If higher-precedence governance creates tie-break ambiguity, stop and escalate instead of guessing
When to Escalate
- Audit findings are contradictory or incomplete in ways that block decision-complete planning
- Profile selection tie-break ambiguity exists
- Findings imply mandatory changes outside the charter but the requested scope remains charter-only
- The requested score target cannot be justified without broader contract or schema changes
