agentsclimarketplace

Route idea to slice

Skill workingclassbuddha/codexmaxxing/skills/route-idea-to-slice

UI skills for Codex: design passes, browser automation, screenshots, responsive checks, and evidence packs.

Install
npx -y skills add workingclassbuddha/codexmaxxing --skill route-idea-to-slice

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

One thing to look at

  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

Turn broad, ambitious, or messy ideas into the smallest useful product slice with a target repo, agent chain, acceptance gate, and verification plan. Use when the user is brainstorming, choosing what to build next, planning a prototype, converting notes into implementation work, or trying to avoid sprawling multi-repo work.

SKILL.md

2.3 KB, as published. Nobody here has run it

Route Idea To Slice

Use this skill when the idea is bigger than one edit. The output should be a buildable slice, not a grand strategy memo.

Intake

Capture only what matters:

  • Goal: what should be true after this slice?
  • User: who benefits first?
  • Surface: app, extension, runtime, docs, demo, research, or automation?
  • Repo: canonical local path, if known.
  • Success signal: what proves the slice works?
  • Risk: auth, approvals, filesystem writes, execution, external services, publishing, or dirty repos.

Phase Gates

PhaseOutputGate
0. IntakeIdea briefGoal, user, repo, and success signal named
1. ScopeProduct sliceCan be built and tested in one session
2. ContextEvidence packetRelevant files, docs, endpoints, and constraints listed
3. BuildWorking changeRuns locally with no unrelated churn
4. VerifyTest reportAutomated check plus one product smoke test
5. HandoffProduct noteWhat changed, how to run, limits, next slice

Routing Matrix

Work TypePathVerification
Runtime or protocolScope -> Builder -> VerifierUnit tests, contract tests, endpoint smoke
Browser extensionScope -> Builder -> UI verifierBuild/test plus popup, side panel, or content-script smoke
Public demoScope -> Builder -> Design pass -> VerifierLocal server, screenshots, responsive check
Research experimentResearch -> Builder -> VerifierDeterministic command, output artifact, methods note
Knowledge substrateResearch -> Scribe -> VerifierSource-of-truth check, endpoint/doc alignment

Output Contract

Return:

  • lane
  • canonical repo
  • product slice
  • non-goals
  • files likely touched
  • acceptance gate
  • smoke test
  • risks
  • stop conditions
  • best next slice

Read references/agent-chain.md when the work needs multiple agent roles or parallel handoffs.

Keep looking

Skills are one crate of 328,083. 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.