enhancement: enhance PM context with delegation tools and response modes #221

Merged
shoko merged 1 commits from fix/issue-220-pm-context-enhancement into main 2026-04-07 14:25:51 +02:00
Owner

Summary

Enhance PM agent context (pm/SKILL.md) with:

  1. Two Response Modes:

    • Task Mode: Delegate via kugetsu start or kugetsu continue
    • Conversation Mode: Answer directly for informational queries
  2. Tools Documentation:

    • kugetsu start - Create new session, with params and when to use
    • kugetsu continue - Continue existing session, with params and when to use
    • Clear guidance on choosing between start vs continue
  3. Examples: Added conversation mode examples showing when to answer directly

Issue

Fixes #220

## Summary Enhance PM agent context (pm/SKILL.md) with: 1. **Two Response Modes:** - Task Mode: Delegate via `kugetsu start` or `kugetsu continue` - Conversation Mode: Answer directly for informational queries 2. **Tools Documentation:** - `kugetsu start` - Create new session, with params and when to use - `kugetsu continue` - Continue existing session, with params and when to use - Clear guidance on choosing between start vs continue 3. **Examples:** Added conversation mode examples showing when to answer directly ## Issue Fixes #220
shoko added 1 commit 2026-04-07 14:24:47 +02:00
Add clear distinction between Task Mode (delegate) and Conversation Mode
(answer directly).

- Add kugetsu start tool with params and when to use
- Add kugetsu continue tool with params and when to use
- Add guidance on how to choose between start vs continue
- Add examples for conversation mode responses
- Improve few-shot examples with mode identification

Fixes #220
han approved these changes 2026-04-07 14:25:36 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit a18948df98 into main 2026-04-07 14:25:51 +02:00
Sign in to join this conversation.