From workflow
Use PROACTIVELY at the start of every new CampX feature, task, or bug fix. Trigger on: 'new feature', 'new task', 'I want to build', 'start work on', 'new bug fix', 'I need to', 'we need to add', 'build X', 'fix X in campx'. Asks branch + repos + env before brainstorming. Outputs orbit new command. Waits for workspace to be up before reading code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow:orbit-workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Announce:** "Let me set up the workspace before we start."
Announce: "Let me set up the workspace before we start."
Every CampX task starts with an Orbit workspace. This skill collects branch name, repos, and env — outputs the orbit new command — waits for confirmation — then reads the workspace CLAUDE.md and begins brainstorming/planning with full code context.
Ask ALL THREE in one message:
Before we start — three things:
1. Branch name? (e.g. feat/new-report, fix/grade-bug, chore/cleanup)
2. Repos? (e.g. campx-exams-server, reports-forge-server, campx-api-gateway, reports-forge-web)
3. Env? local-dev / local-prod / dev / prod [default: local-dev]
Wait for the user's answer. Do NOT ask one at a time.
Once you have all three, output:
orbit new <branch> \
--repos <repo1>,<repo2>,<repo3> \
--env <env> \
--desc "<short description of what we're building>"
Then say:
Run that and let me know when services are up.
Wait for the user to say something like "done", "up", "running", "ready", "services started".
Do NOT proceed until confirmed.
Once confirmed, read:
~/Desktop/launchpad/<branch-as-folder>/CLAUDE.md
Where branch feat/new-report → folder feat-new-report (slash → hyphen).
The CLAUDE.md contains: branch, env, port map, and merged rules from all repo CLAUDE.md files.
Tell the user:
Workspace ready. I can see:
- [list services and ports from CLAUDE.md]
- Env: [env]
Let's build. What exactly do we need?
Then invoke superpowers:brainstorming to start the design process.
npx claudepluginhub ramchanderpeddada/workflow-plugin --plugin workflowCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.