Loading...
Loading...
Contextual help and onboarding for the swain skill ecosystem. Use when users ask about swain — what skills exist, how to use them, what artifacts are available, how workflows connect, or when they need a quick reference. Also invoked after swain-init to orient new users. Triggers on: 'how do I...', 'what is...', 'help', 'what can swain do', 'show me the commands', 'I'm confused', 'where do I start', any question about swain skills, artifacts, or workflows, and after project onboarding completes.
npx skill4agent add cristoslc/swain swain-help| Signal | Mode |
|---|---|
| Invoked from swain-init Phase 4, or user says "just set up swain" / "what now after init" | Onboarding |
| User asks a specific question ("how do I...", "what is...", "when should I...") | Question |
| User asks for a reference, cheat sheet, commands, or overview | Reference |
Welcome to swain. Here's how it works:The big picture: Swain manages your project's documentation artifacts (specs, epics, ADRs, etc.) and tracks implementation work — so nothing falls through the cracks between sessions.Three things to know:
is your entry point. It routes to the right sub-skill automatically. You can also call skills directly (/swain,/swain-design, etc.)./swain-do Design before you build. When you want to implement something, start withto create a spec. Swain enforces a "plan before code" workflow — it creates tracked tasks before implementation begins./swain Health checks are automatic.runs at session start to ensure routing rules are in place and/swain-doctoris healthy. You don't need to think about it..tickets/Common starting points:
- "I want to plan a new feature" → creates an Epic or Spec
- "Write a spec for X" → creates an Agent Spec
- "What should I work on next?" → checks your task backlog
- "File a bug" → creates a Spec with
type: bug- "Let's release" → version bump + changelog
Need more? Ask me anything about swain, or sayfor a full cheat sheet./swain help reference
| Topic | Where to look |
|---|---|
| Artifact types, phases, relationships | |
| Commands and invocations | |
| Step-by-step walkthroughs | |
| Artifact definitions and templates | |
| tk (ticket) CLI reference | |
| Troubleshooting | |
/swain create a spec for auth token rotationskills/swain-help/references/quick-ref.mdskills/swain-help/references/workflows.md