Thema
De 40 disciplines
Onder de skill-catalogus ligt een vollediger model: 40 disciplines die het pad van visie tot bouwklaar afdekken, elk met een eigen agent, een vaste artefact-locatie en een plek in de dependency-graaf.
Dit is het referentiekader waar de Seifer-skills uit putten. Niet elke discipline heeft een eigen skill — waar die ontbreekt, voert de discipline-agent het werk zelf uit met de methoden uit discipline-skills.md.
De zes fases
Fase 1 — Vision & Strategy
| # | Discipline | Agent | Skill |
|---|---|---|---|
| 1 | Market Research & Analysis | market-researcher | — |
| 2 | Stakeholder Identification | stakeholder-analyst | — |
| 3 | Business Case Development | business-case-dev | /business-case-management |
| 4 | Product Strategy & Roadmapping | product-strategist | — |
Fase 2 — Exploration & Validation
| # | Discipline | Agent | Skill |
|---|---|---|---|
| 5 | Ideation & Concept Development | ideation-facilitator | — |
| 6 | User Research | user-researcher | — |
| 7 | Feasibility Study | feasibility-analyst | — |
| 8 | Regulatory & Compliance Analysis | compliance-analyst | — |
| 9 | Risk Management | risk-manager | — |
| 10 | Proof of Concept | poc-designer | — |
Fase 3 — Requirements
| # | Discipline | Agent | Skill |
|---|---|---|---|
| 11 | Persona Development | persona-dev | /persona-management |
| 12 | Business Requirements Analysis | business-requirements-analyst | — |
| 13 | User Journey Mapping | journey-mapper | /user-journey-management |
| 14 | Functional Specification | functional-spec | /functional-specifications |
| 15 | Non-Functional Requirements | nfr-analyst | — |
| 16 | User Story Writing | story-writer | /user-story-generator |
| 17 | Requirements Prioritization | requirements-prioritizer | — |
| 18 | Requirements Traceability | traceability-analyst | — |
Fase 4 — Experience Design
| # | Discipline | Agent | Skill |
|---|---|---|---|
| 19 | Information Architecture | information-architect | — |
| 20 | Interaction Design | interaction-designer | — |
| 21 | Accessibility Design | accessibility-designer | — |
| 22 | Visual / UI Design | visual-designer | — |
| 23 | Prototyping | prototyper | — |
| 24 | Usability Testing | usability-evaluator | — |
Fase 5 — Architecture & Technical Design
| # | Discipline | Agent | Skill |
|---|---|---|---|
| 25 | Solution Architecture | solution-architect | — |
| 26 | Security Architecture | security-architect | — |
| 27 | Data Architecture & Modeling | data-architect | — |
| 28 | Infrastructure & Platform Design | infrastructure-designer | — |
| 29 | Integration Design | integration-designer | — |
| 30 | Technical Specification | technical-spec | /technical-specifications |
Fase 6 — Planning & Readiness
| # | Discipline | Agent | Skill |
|---|---|---|---|
| 31 | Scope Definition & WBS | scope-planner | — |
| 32 | Legal Review | legal-reviewer | — |
| 33 | Definition of Done / Ready | dod-designer | — |
| 34 | Estimation & Planning | estimation-planner | — |
| 35 | Vendor & Procurement Management | vendor-manager | — |
| 36 | Quality Assurance Planning | qa-planner | — |
| 37 | Resource & Team Planning | resource-planner | — |
| 38 | Documentation Strategy | documentation-strategist | — |
| 39 | Change Management Planning | change-manager | — |
| 40 | Stakeholder Communication Planning | stakeholder-comms-planner | — |
De dependency-graaf
∥ betekent: kan parallel draaien.
1.1 Market Research ∥ Stakeholder ID
1.2 Business Case Development
1.3 Product Strategy & Roadmapping
═══ GATE: Go/No-Go ═══
2.1 Ideation ∥ User Research
2.2 Feasibility ∥ Compliance Analysis
2.3 Risk Management
2.4 Proof of Concept
═══ GATE: Validated Concept ═══
3.1 Personas ∥ Business Requirements ──► 5.1 Solution Architecture
3.2 Journey Maps
3.3 Functional Spec ∥ Non-Functional Req ──► 5.2 Security ∥ Data ∥ Infrastructure Arch
├─► 4.1 Info Architecture ──► 5.3 Integration Design
├─► 4.2 Interaction ∥ Accessibility ──► 5.4 Technical Spec
├─► 4.3 Visual/UI
├─► 4.4 Prototyping
└─► 4.5 Usability Testing
3.4 User Stories
3.5 Prioritization
3.6 Traceability
═══ GATES: Requirements + Designs + Tech Blueprint ═══
6.1 Scope/WBS ∥ Legal ∥ DoD
6.2 Estimation ∥ Vendor ∥ QA Planning
6.3 Resource Planning ∥ Documentation Strategy
6.4 Change Management ∥ Stakeholder Comms
═══ GATE: Ready to Build ═══Let op waar de gates staan. Ze zitten op precies dezelfde plekken als in de keten: na strategie, na validatie, na requirements, en vóór de bouw begint.
Artefact-conventies
Elke discipline schrijft naar een vaste locatie. Dat is wat de keten machineleesbaar maakt — een volgende stap hoeft niet te zoeken.
documentation/
vision/ market-research · stakeholder-map · business-case · product-strategy
exploration/ ideation · user-research · feasibility-study · compliance-analysis
risk-register · poc-report
requirements/ personas/ · business-requirements · journeys/ · functional-spec
nonfunctional-requirements · user-stories/ · prioritization
traceability-matrix
design/ information-architecture · interaction-design · accessibility
visual-design · prototypes/ · usability-report
architecture/ solution-architecture · security-architecture · data-architecture
infrastructure · integration-design · technical-spec
planning/ wbs · legal-review · definition-of-done · estimation
vendor-management · qa-plan · resource-plan
documentation-strategy · change-management · stakeholder-commsDit is niet hetzelfde als documentatie/
Het disciplines-model schrijft naar documentation/ met zes submappen. Naad A verwacht een plattere documentatie/-map met vaste bestandsnamen. Die twee zijn nog niet op elkaar afgestemd — dat is een deel van gap G1.
Portabiliteit
Het hele model is bedoeld om mee te reizen:
| Component | Hoe portable |
|---|---|
| 40 discipline-agents | Via de software-preparation-plugin, map agents/ |
| Discipline-methoden | Ingebakken in de agent-systeemprompts |
| Dependency-graaf | context/dependency-graph.md |
| Artefact-conventies | context/artifact-conventions.md |
| Human-skills-referentie | context/human-skills.md |
| Bestaande skills | Via hun eigen plugins in de marketplace |
| Orchestratiekennis | Via het project-CLAUDE.md |
Installeren op een nieuwe machine: marketplace clonen → software-preparation installeren → de skill-plugins die je nodig hebt → de orchestratiesectie in je project-CLAUDE.md zetten.
Bron
~/Projects/claude-code-plugins/agent-skill-orchestratie.md, met discipline-skills.md, human-skills.md en software-preperation-disciplines.md ernaast.