From groundwork
Converts a single-file architecture document into a directory-based multi-file format for better organization.
How this command is triggered — by the user, by Claude, or both
Slash command
/groundwork:split-architectureThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
CRITICAL INSTRUCTION: Before doing ANYTHING else, you MUST call the Skill tool with: Skill(skill="groundwork:split-architecture-doc") Do NOT read files, explore code, or generate any response before invoking this skill. The skill contains your complete workflow and you must follow it exactly as presented to you.
CRITICAL INSTRUCTION: Before doing ANYTHING else, you MUST call the Skill tool with: Skill(skill="groundwork:split-architecture-doc")
Do NOT read files, explore code, or generate any response before invoking this skill. The skill contains your complete workflow and you must follow it exactly as presented to you.
npx claudepluginhub etr/groundwork/ng-foldersDesigns a clean folder and file layout from a work breakdown or existing tree, grouping by change frequency and lifecycle with sortable names and folder notes.
/create-architecture-documentationGenerates architecture documentation covering system context, containers, components, data flows, security models, and quality attributes using C4 Model, Arc42, ADRs, Mermaid, and PlantUML.
/generate-documentationGenerates or rewrites technical documentation for a file or folder, creating README.md, architecture docs, and Mermaid diagrams.
/c4-architectureGenerates C4 architecture documentation (Context, Container, Component, Code levels) by analyzing a codebase bottom-up with four coordinated agents.