feat: add project-workflow skill — unified six-phase engineering life… - #326
Closed
zzx666-code wants to merge 1 commit into
Closed
feat: add project-workflow skill — unified six-phase engineering life…#326zzx666-code wants to merge 1 commit into
zzx666-code wants to merge 1 commit into
Conversation
…cycle orchestrator
Owner
|
Going to close this one. A "unified six-phase lifecycle orchestrator" is what using-agent-skills already is, so this duplicates the meta-skill rather than adding a capability, and the branch has gone stale on top of that. The instinct to give people a single front door is right, it just happens to be the front door we already have. Appreciate the effort, and please keep contributing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…cycle orchestrator## Summary
Adds
project-workflow, a meta-skill that orchestrates the entire agent-skills librarythrough a single, gate-controlled six-phase lifecycle (DEFINE → PLAN → BUILD → VERIFY
→ REVIEW → SHIP). Users can trigger it with a single sentence ("帮我写个项目",
"fix this bug", "add a feature"), and the agent automatically routes to the correct
sub-skills, enforces human checkpoints between phases, and produces verifiable evidence
at each gate.
Motivation
agent-skills has 20+ individual skills, but using them effectively requires knowing
which skill to invoke at which point. There was no single entry point that:
and go directly to VERIFY's Prove-It pattern)
frontend-ui-engineeringwhen UI work is detected,
security-and-hardeningwhen auth is involved)rules) that governs all sub-skill behavior
What's Included
skills/project-workflow/SKILL.md— the full skill definition (276 lines).Covers: routing table by confidence level, six phases with evidence checklists,
10 auto-activating sub-skills by context, bilingual Chinese/English triggers,
comparison table vs plain agent-skills, anti-rationalization tables, and
verification checklist.
skills/project-workflow.zip— distribution package.Structure of the Skill
How to Test
Load the skill into any agent that supports Markdown skill discovery. Trigger it with: