mit einem Klick
ea-interview-techniques-skill
// Use when conducting stakeholder interviews, eliciting architecture requirements, gathering business drivers, running discovery workshops, or capturing inputs for any TOGAF ADM phase artifact.
// Use when conducting stakeholder interviews, eliciting architecture requirements, gathering business drivers, running discovery workshops, or capturing inputs for any TOGAF ADM phase artifact.
Use when configuring phases for a new EA engagement, starting or resuming a TOGAF ADM phase, asking about phase inputs/outputs, defining phase sequence/depth/artifacts, or progressing through any phase of the Architecture Development Method.
Use when generating, creating, or exporting TOGAF artifacts including architecture vision, stakeholder map, capability map, gap analysis, roadmap, application portfolio, technology landscape, requirements register, or any request for Mermaid diagram, Word (.docx), PowerPoint (.pptx), or consolidated EA document output.
Use when managing EA projects — listing engagements, checking status, resuming a project, updating phase or artifact progress, creating new versions, setting target dates, uploading documents, or when the user says "show projects", "resume <project>", "mark complete", "new version of", "update status", or "publish".
Use when starting a new EA engagement, setting up a TOGAF project, or when the user says "new EA project", "set up architecture engagement", or "start TOGAF project".
| name | ea-interview-techniques-skill |
| description | Use when conducting stakeholder interviews, eliciting architecture requirements, gathering business drivers, running discovery workshops, or capturing inputs for any TOGAF ADM phase artifact. |
| license | MIT |
| metadata | {"author":"Costa Pissaris","version":"1.0.0","created":"2026-03-10T00:00:00.000Z","last_reviewed":"2026-03-10T00:00:00.000Z","review_interval_days":90} |
Structured interviews are the primary mechanism for eliciting architecture inputs from stakeholders. Each ADM phase has distinct questions aligned to its artifacts. This skill provides phase-by-phase question sets, facilitation guidance, output routing, and a document ingestion mode.
Goal: Establish architecture principles and governance model
Outputs captured: Architecture Principles draft, Governance Model inputs
Goal: Define scope, concerns, and high-level target
Outputs captured: Statement of Architecture Work inputs, Stakeholder Map entries, Architecture Vision narrative
Goal: Define business capabilities, processes, and gaps
Outputs captured: Business Capability Map, Process Flow inputs, Gap Analysis (business)
Goal: Understand data entities and application portfolio
Outputs captured: Application Portfolio Catalog, Data Entity Catalog, App/Function Matrix
Goal: Understand current and desired technology platform
Outputs captured: Technology Portfolio Catalog, Technology Standards, Gap Analysis (technology)
Goal: Identify implementation projects and work packages
Outputs captured: Work Package Catalog, Project Context Diagram, Transition Architecture(s)
Goal: Gather inputs for the detailed implementation and migration plan
Outputs captured: Implementation and Migration Plan inputs, Architecture Roadmap priorities
Goal: Gather inputs for architecture compliance and contract oversight
Outputs captured: Architecture Contract inputs, Compliance Assessment inputs, Implementation Governance Model
Goal: Capture change drivers and assess architecture evolution needs
Outputs captured: Architecture Change Request inputs, Change Impact Assessment inputs
After each interview, route captured information to the appropriate artifact:
| Interview Response | Target Artifact |
|---|---|
| Business goals / drivers | Architecture Vision, Principles |
| Stakeholder names / roles / concerns | Stakeholder Map |
| Business capabilities mentioned | Business Capability Map |
| Process descriptions | Process Flow Diagram |
| Application names / owners | Application Portfolio Catalog |
| Pain points / gaps | Gap Analysis |
| Future state desires | Target Architecture |
| Regulatory / policy constraints | Requirements Register |
| Timeline preferences | Architecture Roadmap |
Trigger: User says "use this document", "load this file", "I have a strategy doc", or provides a file path.
Workflow:
project.json documents arraydocuments/ folder in projectSupported formats: .md, .txt, .pdf (read as text), .docx (read as text)
During subsequent interviews: Skip pre-populated questions, show the extracted value, ask the user to confirm or override.
project.json documents entry structure:
{
"file": "documents/<filename>",
"uploadedDate": "YYYY-MM-DD",
"description": "string",
"extractedContent": {
"businessDrivers": [],
"stakeholders": [],
"capabilities": [],
"constraints": [],
"technologyMentioned": [],
"gaps": []
},
"mappedTo": [
{ "artifact": "Architecture Vision", "fields": ["problem statement"] }
],
"gapQuestions": []
}