Skip to content

refactor: split skill-standard into workflow and strategy standards#11

Open
ZHOUKAILIAN wants to merge 1 commit into
mainfrom
fix/split-skill-standards-20260423-050657
Open

refactor: split skill-standard into workflow and strategy standards#11
ZHOUKAILIAN wants to merge 1 commit into
mainfrom
fix/split-skill-standards-20260423-050657

Conversation

@ZHOUKAILIAN
Copy link
Copy Markdown
Owner

Why

The original skill-standard acted like a universal rubric, but execution-oriented skills and reasoning-oriented skills have different contracts, failure modes, and completion signals. Using one standard for both creates distortion.

What changed

  • Repositioned skill-standard as a meta-routing standard
  • Added workflow-skill-standard
  • Added strategy-skill-standard

Intent

  • classify a skill before judging it
  • use workflow rules for execution contracts
  • use strategy rules for doctrine / rubric / heuristic skills
  • make hybrid skills easier to identify and split

Files

  • skill-standard/SKILL.md
  • workflow-skill-standard/SKILL.md
  • strategy-skill-standard/SKILL.md

Notes

This PR is about framework clarity, not runtime behavior changes.

Affected: skill-standard/SKILL.md, workflow-skill-standard/SKILL.md, strategy-skill-standard/SKILL.md
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