Prompt file imported from NnopponS/WheelSense_Project (
.windsurf/workflows/which-agent.md). Copyright stays with the author.
/which-agent
Use this workflow as the entry point for any ambiguous task or when starting a new session.
Core Mandates
- MemPalace First: Query MemPalace
wheelsensewing with task keywords. - Source of Truth: Read
.agents/core/source-of-truth.md. - Lean Set: Maintain a small, high-signal context.
- Skill Discovery: Apply
using-agent-skills; if unavailable as a tool, read.windsurf/skills/using-agent-skills/SKILL.md.
Routing Logic
- Vague idea / requirements: Use
/planwithidea-refineorspec-driven-development. - Planning/Architecture: Use
/planwithplanning-and-task-breakdown. - Implementation (Feature/Fix): Use
/implementwithincremental-implementation. - UI work: Add
frontend-ui-engineering. - API/interface work: Add
api-and-interface-design. - Bug Hunting/Troubleshooting: Use
/debugwithdebugging-and-error-recovery. - Test-Driven Development: Use
/tddwithtest-driven-development. - Browser/E2E testing: Use
/e2ewithbrowser-testing-with-devtools. - Security Audit: Use
/securitywithsecurity-and-hardening. - Documentation Sync: Use
/docs-syncwithdocumentation-and-adrs. - Code Review: Use
/reviewwithcode-review-and-quality. - Browser-game work: Use
/game-studiowithgame-studio. - Polished frontend app / redesign: Use
/build-web-appswithfrontend-app-builder. - Superpowers methodology: Use
/superpowerswithusing-superpowers. - Skill maintenance: Use
/skill-ops. - Update Memory/Diary: Use
/memory-update.
Skill Resolution
- Prefer the Windsurf
skilltool when the skill is available. - Otherwise read
.windsurf/skills/<skill-name>/SKILL.md. - Use
.skillshare/agents/only as the local source/cache for sync operations.
Choose the narrowest matching workflow and hand off immediately.