Skip to content

writing-plans: execution handoff should respect user-defined execution modes #1044

@peiledoir

Description

@peiledoir

Problem

The writing-plans skill hardcodes two execution options in its "Execution Handoff" section:

  1. Subagent-Driven (recommended)
  2. Inline Execution

The plan header template also bakes this in:

For agentic workers: REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans

Users who define custom execution modes in CLAUDE.md (e.g., agent teams with Builder/Inspector/Director roles) get overridden by the skill's prescriptive flow — even though superpowers explicitly says CLAUDE.md takes precedence over skill defaults.

What happens

  1. User's CLAUDE.md has a triage table mapping task types to execution modes (conversation, subagent, agent teams, etc.)
  2. writing-plans finishes a plan and presents only subagent-driven or inline
  3. The model follows the skill's prescriptive options instead of checking the user's triage table
  4. User has to manually correct every time

Suggestion

The execution handoff could check for user-defined execution modes in CLAUDE.md/AGENTS.md before presenting options. If custom modes exist, include them. If not, fall back to the current two defaults.

This would respect the priority order superpowers already documents: user instructions > skill defaults.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions