feat(skills): add terminal milestone handoffs - #83
Merged
Conversation
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.
Summary
Adds a required, concrete terminal handoff to Armory's adaptive planning skills.
plan-promptsnow generates a literalNEXT STEPS:block after every milestoneGOorNO-GOverdict. The block requires the current milestone action, release-preparation disposition, next runnable milestone or a blocking reason, and NO-GO remediation plus an exact retry gate.milestone-runnernow validates and reports the same ordered handoff from the observed DAG, external merge state, and declared release train.SKIP <current> FOR NOW; RUN <next> — independent of <closure>.1.3.0.No
.docsfiles are included.Skill Evaluator Results
Verification
uv run pytest tests/test_generate_adapters.py tests/test_generate_manifest.py -q— 23 passed.uv run scripts/validate_frontmatter.py— 135 packages passed.uv run scripts/validate_references.py— 135 packages passed.uv run python scripts/validate_evals.py— 72 skills, 17 agents, 9 hooks, 6 rules, 7 commands, 3 utilities, and 11 presets passed.NEXT STEPS:requirement for GO, NO-GO, deferred release preparation, completed release trains, and independent-milestone continuation.Checklist
SKILL.mdfiles have valid YAML frontmatter with names and descriptions.Use whenclauses and trigger phrases.SKILL.mdreferences resolve.