From glados
Initialize GLaDOS in the current project — scaffold product-knowledge structure
npx claudepluginhub cruxdigital-llc/crux-marketplace --plugin gladosThis skill uses the workspace's default tool permissions.
Bootstrap the GLaDOS framework in the current project directory.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Bootstrap the GLaDOS framework in the current project directory.
Create the product-knowledge/ directory structure:
product-knowledge/PROJECT_STATUS.md — copy from ${CLAUDE_PLUGIN_ROOT}/src/templates/PROJECT_STATUS.mdproduct-knowledge/personas/ — copy all files from ${CLAUDE_PLUGIN_ROOT}/src/personas/product-knowledge/standards/ — create empty directoryproduct-knowledge/philosophies/ — create empty directoryproduct-knowledge/overlays/ — create empty directoryproduct-knowledge/observations/ — create directory with:
observed-standards.md — copy from ${CLAUDE_PLUGIN_ROOT}/src/templates/OBSERVED_STANDARDS.mdobserved-philosophies.md — copy from ${CLAUDE_PLUGIN_ROOT}/src/templates/OBSERVED_PHILOSOPHIES.mdSDA Conformance (Optional): Ask the user: "Would you like to enable SDA (Structured Development Artifacts) conformance? This adds a claims.md coordination file, an SDA-conformant ROADMAP template, and copies the SDA standard reference docs into your project."
If the user says yes:
claims.md at the project root — copy from ${CLAUDE_PLUGIN_ROOT}/src/templates/CLAIMS.md and replace YYYY-MM-DD with today's dateproduct-knowledge/SPEC_LOG.md — copy from ${CLAUDE_PLUGIN_ROOT}/src/templates/SPEC_LOG.md (skip if already exists)product-knowledge/ROADMAP.md — copy from ${CLAUDE_PLUGIN_ROOT}/src/templates/SDA_ROADMAP.md and replace YYYY-MM-DD with today's date (skip if ROADMAP.md already exists — instead, prepend an <!-- SDA: v1.0 --> header if not already present)product-knowledge/PROJECT_STATUS.md exists and does not contain SDA: v1.0, prepend an <!-- SDA: v1.0 --> header${CLAUDE_PLUGIN_ROOT}/docs/standards/sda-standard-v1.md and ${CLAUDE_PLUGIN_ROOT}/docs/standards/sda-profile-glados-v1.md into product-knowledge/standards/Confirm to the user that GLaDOS has been initialized and explain the directory structure. If SDA was enabled, mention the additional artifacts created.
Suggest running the adopt-codebase or review-codebase workflow as a next step.