ワンクリックで
kanon-agent
Project board PM assistant — create issues, manage cycles, capture roadmap items, SDD hooks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Project board PM assistant — create issues, manage cycles, capture roadmap items, SDD hooks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Team onboarding — invite teammates to a workspace, walk a new dev through `kanon-setup <kanon://link>`, and troubleshoot the resulting MCP wrapper config across Claude Code, Cursor, Antigravity, Antigravity CLI, OpenCode, and Codex CLI.
Automated project onboarding — scan codebase, create Kanon project, seed initial issues, groups, and roadmap items from TODOs and architecture gaps
| name | kanon-agent |
| description | Project board PM assistant — create issues, manage cycles, capture roadmap items, SDD hooks. |
| trigger | list issues, create issue, update issue, close issue, board management, start cycle, close sprint, roadmap item, track this, log a bug, deferred work |
One issue = one unit of work. Every card must be readable by a teammate who never touched the code. Human-readable titles, not internal paths.
Pattern: [Area] Imperative verb phrase
[Auth] Fix OAuth redirect | [API] Add rate limitingfix thing | sdd/change/path | KAN-42Always call kanon_list_groups before creating an issue — assign a real groupKey.
Use kanon_create_document (kind: adr|pdr|rfc|note). Propose before creating — human approves. PROPOSE when: real alternatives existed AND lasting consequences (architecture, API contracts, conventions). Skip: routine fixes, refactors, work logs, cosmetic changes, obvious-only-choice situations. Template: ## Context / ## Decision / ## Alternatives Considered / ## Consequences Good: "Chose Redis for sessions — native TTL, evaluated Memcached" → propose ✓ Bad: "Fixed typo" → skip ✗
| Trigger | Section |
|---|---|
| Issue create flow, field mapping, existence checks | issue-creation.md |
| Roadmap, deferred capture, promote-to-issue | roadmap.md |
| Cycle lifecycle, scope, close dispositions | cycle.md |
| SDD hooks, deferred_items, ROADMAP injection | sdd-hooks.md |