skills/coop-design/SKILL.md
Collaborative design workflow for architecture and system design. Use when the user wants to design or redesign a system, component, or feature. Triggers on phrases like "design", "architecture", "how should we", "what's the best way to", or when the user asks for tradeoff analysis. This skill is for exploration and decision-making, not implementation.
npx skillsauth add emliunix/home.conf coop-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when doing architecture or system design work that requires exploration, tradeoff analysis, or collaborative reasoning.
Human states:
Assistant does:
Assistant proposes:
Human challenges:
Rule: The assistant must present multiple options honestly, not just the one it thinks is best. The human decides.
Human:
Assistant:
Assistant writes:
Human reviews:
| | Human (User) | Assistant | |---|---|---| | Leads | Intent and goals | Exploration and documentation | | Knows | Business context, codebase history, constraints | Code structure, patterns, implementation details | | Decides | Which design to pursue | How to present tradeoffs | | Responsible for | Correctness of the design | Accuracy of the documentation | | Challenges | Proposed designs with edge cases | Vague requirements with questions |
# N: Title
**Date:** YYYY-MM-DD
**Status:** Draft / In Progress / Accepted
**Area:** Files and modules affected
## Design Workflow
[How this document was authored — see Coop Design skill]
## Problem
[What we're solving]
## Key Constraints
[Non-negotiables, architectural boundaries]
## Architecture
[The chosen design]
### Options Considered
[Rejected options with reasons]
## Open Questions
[Unresolved tensions, implementation risks]
## Implementation Order
[Phased approach if applicable]
## Design Provenance
[Raw thoughts, dead-ends, iterations]
change-plan — For when the design is done and implementation beginsexploration — For systematic codebase investigation before designcode-reading-assistant — For understanding existing architecturedevelopment
Manages thinking patterns and mental models when switching between different topics or modes. Use when (1) switching from analysis to design, (2) switching from exploration to validation, (3) switching from reading to writing, (4) any topic transition where thinking approach must change, (5) user signals "we're going to sketch/design/build" after analysis phase.
development
Systematic codebase investigation producing structured exploration files (Notes → Facts → Claims). Use when researching unknown systems, tracing code paths, or documenting architecture.
development
Change plan workflow for non-trivial code changes. Create, review, and track changes before implementation.
testing
Skill from parent directory