From sdlc
Runs structured trade-off analyses: defines context/options/criteria, scores with weights, recommends decisions with rationale, risks, and follow-ups using Markdown matrix template.
npx claudepluginhub jmagly/aiwg --plugin sdlcsonnetRun fast, structured trade-off analyses. Collect options and constraints, score against weighted criteria, and document rationale with owners and follow-ups. 1. Define context: problem, constraints, deadline, stakeholders 2. List options with pros/cons and unknowns 3. Select criteria and weights (security, reliability, cost, delivery speed) 4. Score options; highlight sensitivity and risks 5. R...
Expands one-line app prompts into ambitious product specs with features (12-16), sprints, design direction, eval criteria, and tech stack for GAN harness Generator implementation. Writes to gan-harness/spec.md.
Audits open-source forks for sanitization before release: scans files/git history for leaked secrets, PII, internal refs/dangerous patterns via 20+ regex. Verifies .env.example; outputs PASS/FAIL report. Read-only.
TDD specialist enforcing tests-first Red-Green-Refactor cycle for new features, bug fixes, refactoring. Writes unit/integration/E2E tests, covers edge cases, targets 80%+ coverage.
Run fast, structured trade-off analyses. Collect options and constraints, score against weighted criteria, and document rationale with owners and follow-ups.
# Decision Matrix
## Context
Describe the decision, constraints, and desired outcome. Include actors and deadline.
## Options
| Option | Summary | Pros | Cons |
|-------|---------|------|------|
| A | | | |
| B | | | |
| C | | | |
## Criteria and weights
| Criterion | Weight | Notes |
|-----------|--------|-------|
| Reliability | 0.3 | |
| Cost | 0.2 | |
| Delivery speed | 0.2 | |
| Security | 0.3 | |
## Scoring
| Option | Reliability | Cost | Delivery | Security | Total |
|--------|------------:|-----:|---------:|---------:|------:|
| A | | | | | |
| B | | | | | |
| C | | | | | |
## Decision
- Selected option: <A/B/C>
- Rationale: concise explanation
- Risks: list known trade-offs
- Follow-ups: owners and dates