docs: add asd-ste100 and deliver-package skills - #279
Merged
Conversation
added 2 commits
September 1, 2026 01:23
Port the two skills from the open-garden-planner repo and adapt them to HiveHive conventions: priority-queue sourcing, main + production branch model, the full gate battery, dev-stack verification, and the draft-PR landing rule. Mirrored byte-identically into .claude/skills/ and .agents/skills/ per the check-agent-context allow-list. AGENTS.md and CLAUDE.md gain a skill-library routing table; the priority-queue and documentation-duty sections wire the new skills in.
lint-staged formats .claude/skills/** but .prettierignore excludes .agents/skills/**, so the committed .claude copies had been reformatted while their .agents mirrors had not, breaking the ADR-033 byte parity. Reconcile by copying the formatted .claude trees over the mirrors.
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.
Ports the
asd-ste100anddeliver-packageskills from the open-garden-planner repo and adapts them to HiveHive conventions.What ships
asd-ste100— Simplified Technical English for agent-consumed text, ported nearly verbatim (repo-agnostic by design) with a freshreferences/writing-rules.mdandexamples/before-after.md(the source repo's links were dead). Use it for error strings another agent or system will parse, tool descriptions, status reports, and inter-agent instructions.deliver-package— the "take the next cluster of issues end to end" workflow, rewritten against HiveHive reality:gh issue list+ the roadmap snapshot, with a note that clearing a queue entry is part of the package's commitnpm run typecheck/lint,bash scripts/ruff.sh check/format --check,make test-esp-native/test-e2e/test-ui, per-service suites,pio run -e esp32cam)docker compose up, Playwright specs, the three-failure-modes table)main+ gatedproductionbranch model: a draft PR tomainnever ships firmware (SEQUENCE bump +prod-<codename>tag are a separate release)decision + fix:titles with aRecommendation:are implementable up to the point the issue reserves a "Maintainer decision" box (issue 234 is the exemplar)Closes #Nin PR titles/commit subjects only, never bodiesWiring — wherever the skills are mentioned or required:
.gitignoreallow-list entries for both skill trees (both sides of the mirror)AGENTS.md/CLAUDE.md(kept byte-identical, 35 230 / 36 864 Codex budget): new "Skill library" routing table, deliver-package sentence in the priority-queue section, asd-ste100 sentence in the documentation-duty sectionVerification
bash scripts/check-agent-context.sh— OK (root docs pair + all four skill mirrors byte-identical; also re-run by the pre-push hook)bash scripts/check-doc-citations.sh— 7 OK, 0 problemsgeneralagent since opencode lacks thesenior-reviewersubagent type; that gotcha is now documented in AGENTS.md) — ended clean; the P1s found (an invented issue-body quote, a misnamed i18n drift) were fixed and re-verified againstgh issue view 234and chapter 11Notes for manual review
SKILL.mdfiles entirely (~140 + ~285 lines) is the main review; both have byte-identical.agentsmirrors that must never diverge (ADR-033).Closes #N-in-titles rule and the firmware-release boundary are the two places where the skill asserts repo policy — check the wording against AGENTS.md.