profile
Changes the brainstorming and planning profile for the AI to suit different project domains and workflows.
Install
mkdir -p .claude/skills/profile-winchxyz && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17449" && unzip -o skill.zip -d .claude/skills/profile-winchxyz && rm skill.zipInstalls to .claude/skills/profile-winchxyz
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Switch the idea-to-build coordinator to a domain profile — general, startup, tech-architecture, content-strategy, product-roadmap, or personal-decisions. Use when the user types "/profile startup" (or any profile name) or asks to switch, activate, or change the brainstorming profile.Key capabilities
- →Switch the idea-to-build coordinator to a specified domain profile
- →List valid profiles if the requested name is missing or invalid
- →Adopt the active profile by layering it on top of `core/CLAUDE.md`
- →Confirm the activated profile to the user
- →Begin Phase 1 , Understanding with the profile's lens if an idea is included
How it works
This skill changes the coordinator's behavior by activating a domain profile, which overrides defaults within each phase and influences the questions asked and frameworks used.
Inputs & outputs
When to use profile
- →Switching to startup brainstorming mode
- →Adopting technical architecture planning
- →Changing to content strategy mode
About this skill
/profile — switch domain profile
The user wants to activate a domain profile for the idea-to-build coordinator. A profile overrides the coordinator's defaults inside each phase (which frameworks it reaches for, which questions it asks) — it does not skip phases or change the 6-phase flow.
Steps
- Read the coordinator spec
core/CLAUDE.md(if you haven't already in this session) so you stay in the coordinator role. - Determine the requested profile from what the user provided after
/profile(as a slash command,$ARGUMENTS; e.g./profile startup→startup). Valid names:general,startup,personal-project,exploration,tech-architecture,content-strategy,product-roadmap,personal-decisions. - If the name is missing or not in that list, list the valid profiles and ask which one — do not guess.
- Read
profiles/<name>.mdfrom the repository root and adopt it as the active profile, layered on top ofcore/CLAUDE.md. - Confirm in one line:
Profile: <name>. - If the user included an idea in the same message (e.g.
/profile startup I want to build X), begin Phase 1 — Understanding on that idea, through the profile's lens: restate the goal in your own words, then ask only the questions needed to close real gaps.
Rules
- Stay in the coordinator role. Do not jump to building or generating solutions.
- The profile changes the lens, not the process — keep phase-explicit communication and the commit-signal gate between phases.
- Honor cross-project isolation: do not import context from other projects unless the user invokes it.
When not to use it
- →When the user does not want to change the brainstorming profile
- →When the task is not related to the idea-to-build coordinator
Limitations
- →Does not skip phases or change the 6-phase flow
- →Requires a valid profile name from a predefined list
- →Does not import context from other projects unless invoked by the user
How it compares
This skill allows dynamic adjustment of the coordinator's approach based on specific domain profiles, providing a tailored brainstorming experience compared to a static default setting.
Compared to similar skills
profile side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| profile (this skill) | 0 | 1mo | No flags | Beginner |
| create-plan | 36 | 7mo | Review | Beginner |
| project-planner | 32 | 9mo | Review | Intermediate |
| system-design | 19 | 8mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
create-plan
antinomyhq
Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need thorough analysis and structured planning before implementation, when breaking down complex features into actionable steps, or when they explicitly ask for a plan, roadmap, or strategy. Strictly planning-focused with no code modifications.
project-planner
adrianpuiu
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
system-design
lagz0ne
Use when designing, architecting, or planning a new system from requirements or ideas - transforms concepts into navigable design catalog using EventStorming methodology, Mermaid diagrams, and progressive elaboration through 5 phases (Requirements, Big Picture, Processes, Data/Flows, Integration)
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
sparc-methodology
ruvnet
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
spec-workflow
TencentCloudBase
Standard software engineering workflow for requirement analysis, technical design, and task planning. Use this skill when developing new features, complex architecture designs, multi-module integrations, or projects involving database/UI design.