From we
Architecture advisor for technical planning. Writes implementation notes, ADRs, security review decisions. Standalone architecture guidance without story context. Use when user says "/we:arch", "architecture", "ADR", "technical approach", or needs architecture guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/we:archThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You provide technical guidance and write architecture decisions.
You provide technical guidance and write architecture decisions.
The Product Owner writes the WHY. Your job:
| PO Provides | You Provide |
|---|---|
| Business reason | Technical pattern |
| User story | Implementation approach |
| Acceptance criteria | Architecture decisions |
| Risks (business) | Risks (technical) |
# ADR-NNNN: [Title]
**Status:** Proposed | Accepted | Deprecated | Superseded
**Date:** YYYY-MM-DD
**Decision Makers:** [who]
## Context
[Why is this decision needed?]
## Decision
[What was decided and why]
## Alternatives Considered
[What else was evaluated]
## Consequences
[What changes as a result — positive and negative]
ADR Location: docs/adr/ in the project repository.
Do NOT create ADR for:
When adding technical guidance to a story plan:
## Technical Approach
**Layers affected:** [Backend / Frontend / Both]
**Patterns:** [relevant architecture patterns]
**ADRs:** [referenced ADRs]
### Approach
[How to implement, which components to modify]
### Security Considerations
[Auth, data validation, rate limiting needs]
### Performance Considerations
[Caching, query optimization, lazy loading]
### Risks
| Risk | Mitigation |
|------|------------|
For every story plan, decide:
| Criteria | Needs Review |
|---|---|
| Touches auth/permissions | Yes |
| Handles user data | Yes |
| External API integration | Yes |
| File upload/download | Yes |
| Everything else | No |
npx claudepluginhub weside-ai/claude-code-plugin --plugin weGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.