Skip to content

Align plan workflow baselines and template#232

Merged
graysurf merged 1 commit intomainfrom
feat/align-plan-workflow-baseline
Mar 8, 2026
Merged

Align plan workflow baselines and template#232
graysurf merged 1 commit intomainfrom
feat/align-plan-workflow-baseline

Conversation

@graysurf
Copy link
Copy Markdown
Owner

@graysurf graysurf commented Mar 8, 2026

Align plan workflow baselines and template

Summary

Align the plan authoring workflow so create-plan and create-plan-rigorous share one baseline reference, keep only their true deltas locally, and keep the shared scaffold closer to the actual execution contract.

Changes

  • Extract shared plan authoring and executability rules into skills/workflows/plan/_shared/references/PLAN_AUTHORING_BASELINE.md.
  • Simplify create-plan and create-plan-rigorous so the base skill keeps optional metadata/scorecard rules while the rigorous skill keeps sizing, scorecards, and review-specific deltas.
  • Align skills/workflows/plan/_shared/assets/plan-template.md with the shared baseline and add shared pytest helpers under skills/workflows/plan/_shared/python/ to remove duplicated plan-test file loaders.

Testing

  • scripts/check.sh --all (pass)
  • PYTHONPATH=. pytest -q skills/workflows/plan/create-plan/tests/test_workflows_plan_create_plan.py skills/workflows/plan/create-plan-rigorous/tests/test_workflows_plan_create_plan_rigorous.py (pass)

Risk / Notes

  • Main risk is documentation drift between the shared reference, template, and individual skill docs; this PR reduces that drift by making ownership explicit and testing the shared scaffolding directly.

- Extract shared plan authoring baseline for create-plan skills.
- Align the shared plan template with base and rigorous execution metadata.
- Reuse shared plan test helpers to reduce duplicated assertions.
@graysurf graysurf marked this pull request as ready for review March 8, 2026 04:08
@graysurf graysurf merged commit aa6347b into main Mar 8, 2026
13 checks passed
@graysurf graysurf deleted the feat/align-plan-workflow-baseline branch March 8, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant