ワンクリックで
sprint-issue
Hermes's format for handing ONE scoped, testable issue to OpenClaw in
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Hermes's format for handing ONE scoped, testable issue to OpenClaw in
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Turn a feature or sprint goal into an ordered backlog of small, testable issues with dependencies. Hermes uses this to write sprints/sprint-0N.md.
The non-negotiable architecture rules Hermes enforces when assigning and reviewing work — Laravel layering, tenancy, auth, and the human-merge gate.
Post GitHub Actions CI results to the
Define PulseDesk's domain entities and relationships before assigning model work, so the data model stays coherent. Source of truth is ARCHITECTURE.md.
Recipe for a new Eloquent model in PulseDesk — model + migration + factory + seeder + tenant trait. Use when introducing a domain entity.
Git discipline for the agent loop — branch per issue, small incremental commits, open a PR, never merge. Keeps the timeline genuine and reviewable.
| name | sprint-issue |
| description | Hermes's format for handing ONE scoped, testable issue to OpenClaw in |
Hand ONE issue at a time to #agent-coder. Scope it to a single PR.
Issue <id> — <title>
feat/<id>-<slug>git checkout main && git pull origin main — start from latestfeat/<issue-id>-<slug>php artisan test — everything green#agent-log#agent-coder mentioning the human when doneSee references/status-check.md for the GitHub inspection technique (PRs, branches, commit history).
After delivering the work order, you (the brain) own the follow-through:
nudge — status? to #agent-coder. Don't re-post the full work order.references/status-check.md for technique). Report honestly — if nothing exists, say "not started."