From forwward-teams
Onboards founders to forwward-teams by discovering their project, initializing the environment, and recommending relevant skills. Triggers on first install, new project setup, or when asked about capabilities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forwward-teams:startThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Welcome the user. Learn what they need. Point them to the right skills. Works for engineers, founders, operators, and anyone in between.
Welcome the user. Learn what they need. Point them to the right skills. Works for engineers, founders, operators, and anyone in between.
Introduce yourself and ask these questions one at a time — conversational, not interrogation:
Tone: Casual, direct. Not corporate. Not overly enthusiastic. Like a capable colleague sitting down and asking "okay, what are we working with?"
Read the room:
/buildit/pcp-engineBased on answer 4, the user falls into one of two modes:
Ask one follow-up: "What's your stack?" — Or "I haven't decided yet" (that's fine — /architect helps)
Then initialize the environment:
${CLAUDE_PLUGIN_ROOT}/scripts/cli init
If cli init isn't available, skip — skills work without it.
Check for existing project context:
README.md, package.json, pyproject.toml if they existCLAUDE.md or AGENTS.md if presentSkip environment init. No stack questions. Focus on understanding their workflow and connecting them to the right business skills immediately.
USER PROFILE
────────────
Name: [if given]
Role: [what they do]
Product: [what they're working on]
Stage: [idea / MVP / launched / scaling]
Customer: [who pays or benefits]
Mode: [builder / operator / both]
Stack: [if builder — detected or stated]
Bottleneck: [what's blocking them]
Save this context so future skill invocations can reference it.
Based on mode, stage, and bottleneck, suggest 2-3 skills:
| Stage | Bottleneck | Start With |
|---|---|---|
| Idea | "Don't know what to build" | /strategy → /ceo |
| Idea | "Know what, don't know how" | /architect → /buildit |
| MVP | "Need to ship faster" | /buildit → /gate → /shipit |
| MVP | "Don't know if anyone wants this" | /strategy → /sales |
| Launched | "Code is a mess" | /architect → /review → /buildit |
| Scaling | "Infra is breaking" | /devops → /architect → /data |
| Bottleneck | Start With |
|---|---|
| "Need more users / customers" | /gtm → /pcp-engine → /sales |
| "Need content but it sounds generic" | /voice → /write |
| "Need to write docs or guides" | /technical-writer |
| "Need funding / financial clarity" | /finance → /ceo → /strategy |
| "Need legal docs before launch" | /legal |
| "Need to figure out positioning / pricing" | /strategy → /pcp-engine |
| "Need to prepare for investor meetings" | /ceo → /finance → /write |
| "Need sales outreach" | /sales → /strategy |
| "Need to hire / grow the team" | /hire → /ceo → /legal |
| "Need to document processes / SOPs" | /ops |
| "Need to summarize a meeting" | /meeting |
| "Need to build a presentation or pitch deck" | /deck → /write |
| "Need to write a status update" | /standup |
| Situation | Start With |
|---|---|
| Health-tech | Include /medic + /security (HIPAA) |
| "Need funding" | /ceo → /finance → /strategy |
| "Need a landing page" | /pcp-engine → /design |
| "Want to set up my AI agent properly" | /onboard |
Format the recommendation as:
Based on what you've told me, here's where I'd start:
1. /[skill] — [one sentence on why, specific to their situation]
2. /[skill] — [one sentence on why]
3. /[skill] — [one sentence on why]
Want to dive into #1?
Before they start a deep skill, offer one immediate quick win:
| Situation | Quick Win |
|---|---|
| Has code, no CI | "Let me run /gate on your codebase — see where you stand" |
| Has code, no tests | "Want me to review the riskiest file? /review" |
| No analytics | "Let me add basic event tracking. /data" |
| Situation | Quick Win |
|---|---|
| No landing page | "Let me draft your hero section and positioning. /pcp-engine" |
| No legal docs | "You need a privacy policy before launch. /legal" |
| No clear positioning | "Let me draft your one-liner positioning. /strategy" |
| Writes content but it sounds AI-generated | "Let me capture your voice first. /voice" |
| Needs a document written | "Tell me what needs documenting. /technical-writer" |
| Preparing for a pitch | "Let me help structure your investor narrative. /ceo" |
npx claudepluginhub iankiku/forwward-teamsInterviews users to clarify their goal and recommends the best installed skills for the task. Use when a user is unsure which skill to invoke or how to start.
Guides solo founders through stages from idea validation to product launch, routing to skills like validate, build, deploy, and monitor. Use when lost on next steps or needing roadmap.
Helps discover the right skill, agent, or team for a task by scanning installed components at runtime and matching the user's situation.