Navigate and load project living documentation for context. Provides a table of contents for specs, ADRs, architecture docs, and operations runbooks. Use when implementing features, making design decisions, or needing project context. Keywords - living docs, context, ADR, architecture, specs, documentation, project knowledge.
Navigate project documentation in `.specweave/docs/internal/` for specs, ADRs, and architecture docs. Use before implementing features or making design decisions to load relevant context from grep searches.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweaveThis skill inherits all available tools. When active, it can use any tool Claude has access to.
MEMORY.mdAccess project knowledge stored in .specweave/docs/internal/.
When you need context, read relevant files from these locations:
.specweave/docs/internal/specs/
Find specs: ls .specweave/docs/internal/specs/
.specweave/docs/internal/architecture/adr/
Find ADRs: ls .specweave/docs/internal/architecture/adr/
.specweave/docs/internal/architecture/
Find architecture docs: ls .specweave/docs/internal/architecture/*.md
.specweave/docs/internal/operations/
.specweave/docs/internal/strategy/
.specweave/docs/internal/governance/
Check for related specs:
grep -ril "keyword" .specweave/docs/internal/specs/
Read relevant ADRs:
grep -l "topic" .specweave/docs/internal/architecture/adr/*.md
Load the context by reading the files found.
Task: "Implement user authentication"
1. Search for related docs:
grep -ril "auth" .specweave/docs/internal/
2. Found:
- .specweave/docs/internal/specs/backend/us-001-authentication.md
- .specweave/docs/internal/architecture/adr/0001-jwt-vs-sessions.md
- .specweave/docs/internal/architecture/auth-flow.md
3. Read each file for context before implementing.
This skill follows progressive disclosure:
No RAG needed - Claude's native file reading is more accurate.
When executing /sw:do:
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.