agentsclimarketplace

Plan

Skill xWael9/ClaudeBoss/skills/plan

Delegate architecture/planning work to opencode's dedicated planning agent before any code gets written. Use when the user says "/claudeboss:plan", wants a plan or design reviewed before implementation, or asks for a task to be scoped before building it.From its SKILL.md

Install
npx -y skills add xWael9/ClaudeBoss --skill plan

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `claudeboss run plan "<the design question: what needs to change, what constraints apply, what are the tradeoffs>"`.

SKILL.md

1.9 KB, 394 tokens by cl100k_base, as published. Nobody here has run it

ClaudeBoss — Plan Mode

Opencode ships a dedicated plan primary agent, separate from build. Use it when the task is "figure out the right approach" rather than "write the code" -- it's a distinct pass from /claudeboss:team and /claudeboss:boss, meant to run before either of them on non-trivial work.

Prerequisites

claudeboss install must have succeeded at least once on this machine.

Workflow

  1. Delegate the planning question, not the implementation:

    claudeboss run plan "<the design question: what needs to change, what constraints apply, what are the tradeoffs>"
    

    claudeboss run plan automatically routes to opencode's plan agent (not build) and a general-purpose free model.

  2. Review the plan like you'd review a design doc. Does it account for the actual codebase's conventions and constraints (you may need to check the real code yourself -- the free model has no memory of this specific project beyond what you told it)? Is it missing an edge case, a migration step, a rollback path?

  3. Hand off. Once the plan is sound, either:

    • implement it yourself,
    • delegate implementation to /claudeboss:team (you review + finish), or
    • delegate to /claudeboss:boss (you manage, opencode's build agent implements, you approve before deploy).

    Tell the user which handoff you're using and why.

  4. If the plan is weak (vague, ignores a stated constraint, unworkable), don't pass it downstream -- refine the prompt and re-run, or just write the plan yourself and say so. A bad plan compounds into worse code if it flows straight into /claudeboss:boss.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.