Skip to content

Improve propose skill with brainstorming-inspired discovery process#276

Merged
HumanBean17 merged 2 commits into
masterfrom
improve-propose-skill-with-brainstorming
Jun 7, 2026
Merged

Improve propose skill with brainstorming-inspired discovery process#276
HumanBean17 merged 2 commits into
masterfrom
improve-propose-skill-with-brainstorming

Conversation

@HumanBean17

Copy link
Copy Markdown
Owner

Summary

  • Add Hard Gate preventing writing proposals without discovery
  • Add systematic 8-step process with task tracking requirement
  • Agent determines clarifying questions dynamically (not scripted)
  • Present 2-3 solution approaches with trade-offs
  • Draft sections incrementally with approval
  • Add self-review checklist after writing
  • Add user review gate before completion

Why Now

The current propose skill lacks the questioning discipline that makes the brainstorming superpower effective. Agents never ask clarifying questions before writing proposals - they just write directly.

Approach

Combined the best of both skills:

  • From brainstorming: questioning phase, task tracking, incremental validation, self-review, user gates
  • From propose: repository-specific structure, quality bar, examples, templates, writing rules

Key insight: Questioning discipline over specific questions. The agent determines what clarifying questions to ask based on context - questions are NOT scripted.

Changes

  • Updated .agents/skills/propose/SKILL.md with discovery process
  • Added process flow diagram
  • Added anti-pattern warning about "too simple to need discovery"
  • Added 8-step checklist with task tracking requirement
  • Expanded "The Process" section with step-by-step guidance
  • Added self-review section with 4-point quality check
  • Added user review gate before completion
  • Kept all existing structure, examples, templates, and repository context

Test Plan

  • Code review passes (dispatched subagent, awaiting results)
  • Verify skill loads correctly in agents
  • Test skill behavior on sample proposal task

🤖 Generated with Claude Code

HumanBean17 and others added 2 commits June 7, 2026 11:43
- Add Hard Gate: prevent writing proposals without discovery
- Add systematic 8-step process with task tracking
- Agent determines clarifying questions (not scripted)
- Present 2-3 solution approaches with trade-offs
- Draft sections incrementally with approval
- Self-review after writing
- User review gate before completion

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@HumanBean17 HumanBean17 merged commit 2a77cd0 into master Jun 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant