Installation β Workflow
Multi-IDE Installation β Workflow
Section titled βMulti-IDE Installation β WorkflowβQuick Reference
- Persona: Developer Dana
- JTBD: Configure tooling for team
- Trigger: Team adopts DocKit Master
- Outcome: Skill installed and working in target IDE(s)
Process Flow
Section titled βProcess Flowβgraph TB
Start(["Trigger: Team adopts DocKit Master"])
A["Run install.sh\n--all or --cursor etc."]
D{"IDE detected?"}
B["Copy adapter + SKILL.md\nto IDE config location"]
C["Verify: run test prompt\nin target IDE"]
End(["Skill active in IDE"])
Start --> A --> D
D -->|"Yes"| B --> C --> End
D -->|"No"| A
Workflow summary: Developer runs install.sh with target IDE flag. The script detects the IDE config location, copies the adapter and SKILL.md, then verifies the installation by suggesting a test prompt.
Step Details
Section titled βStep Detailsβ| Step | Action | Source |
|---|---|---|
| 1 | Choose IDE(s) | scripts/install.sh β interactive or --all flag |
| 2 | Detect IDE config path | Auto-detect from known locations |
| 3 | Copy adapter file | Copy from adapters/ to IDE config dir |
| 4 | Copy SKILL.md + skills/ | Optional --copy-skills for offline use |
| 5 | Verify installation | Suggest test prompt to paste in IDE |