improve
01BostonOrange/claude-code-framework
Skill Claude CodeCodex
Self-improvement — analyze the project and update AGENTS.md, rules, settings, and agents to improve AI effectiveness.
Production-ready AI development workflow system for Claude Code — skills, CI/CD workflows, memory patterns, guided onboarding, and project scaffolding
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Self-improvement — analyze the project and update AGENTS.md, rules, settings, and agents to improve AI effectiveness.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Spawn pre-configured agent teams for parallel review, analysis, or implementation tasks.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load when you need to know WHY claude-code-framework is shaped the way it is before changing its structure — questions like "where does this new file belong (templates/ vs .claude/ vs global-skills/)?", "can I hand-edit this count / rename this rule id / add logic to setup.sh directly?", "what invariants will my…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load when setting up a dev environment for the claude-code-framework repo itself — fresh clone, new machine, new agent session — or when asked "how do I build/run this repo?", "what tools do I need?", "why does the test suite pass on my machine but fail in CI (or vice versa)?", or "can I run setup.sh here to try it?".…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load before committing, merging, or ending any session that modified framework files in claude-code-framework. Answers "what must I run before this merges?", "which checks gate this kind of change?", "can I rename a rule id / placeholder / CCF var?", "when do I run /improve and framework-qa?", and "is editing the…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load when something in claude-code-framework is FAILING and you need to find the root cause — a tests/check-.sh test went red (dogfood-drift, consistency, agent-registry, placeholders, guardrails, setup-smoke), the suite is green locally but CI is red (or vice versa), an installed project has leftover {{PLACEHOLDER}}…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load when a count or table in claude-code-framework docs looks stale, when adding/removing a skill/agent/command/rule/hook (which changes counts everywhere), when tests/check-consistency.sh or tests/check-agent-registry.sh fails, or when asked "which files state the agent count?" / "sync the docs" / "fix doc drift".…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load when working with claude-code-framework's own .claude/ directory or when tests/check-dogfood-drift.sh fails — symptoms like "Unexpected .claude/template drift", "Stale allowlist entries", "why does .claude/ here not match templates/?", "can I edit config/dogfood-drift-allowlist.txt?", "why is /team design broken…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load this when a session needs the claude-code-framework vocabulary and object model — what a skill/agent/command/rule/hook/team/global-skill IS, current counts of each, the {{PLACEHOLDER}} system, what the CCF non-interactive env interface is (full variable table: ccf-release-and-install), the nine project types, the…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load before re-investigating anything in claude-code-framework that smells like a past battle — "why did the PowerShell CI job fail?", "didn't we already fix this count?", "should we add a husky pre-commit hook?", "do we need a broad refactor agent?", "what was on the assessment branch that merged in July 2026?".…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load this at the start of any first session in the claude-code-framework repo — when you (human or model) have zero context and need the right mental model before doing anything. Triggers include "where do I start?", "give me a tour of this repo", "how does this framework fit together?", "what should I read first?"…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load before touching setup.sh or setup.ps1 in claude-code-framework, or when asked "does the PowerShell installer match the bash one?", "why does setup work on macOS but fail on Windows?", "where do I add a new setup prompt / CCF variable?", or when a Windows CI setup job fails while bash tests pass. Covers the bash…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load when installing or uninstalling the claude-code-framework in a target repo, or answering how installation works — driving setup.sh / setup.ps1, choosing flags (--dry-run, --reset, --non-interactive / -DryRun, -Reset, -NonInteractive), setting CCF env vars, using the global /install-framework skill, or explaining…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Load this before claiming any claude-code-framework change is "done", before running or extending tests/run-all.sh, or when a check-.sh test fails and you need to know what it actually gates. Trigger on "run the tests", "why did check-placeholders/check-dogfood-drift/check-consistency fail", "is this change covered by…
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Install the Claude Code Framework into the current repo by cloning it from GitHub (no local clone path needed). Global/account-level skill. Distinct from the per-repo /setup, which refines an already-installed framework.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
One-line description of what this skill does. Used by Claude to decide when to invoke.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Add or update knowledge reference files for skills — domain knowledge (business rules, external systems), codebase inventories (entities, classes, APIs), or both. Use when documenting knowledge for AI context.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Create a branch and PR for AI process updates (CLAUDE.md, skills, references, templates). Use after making changes to AI enablement files.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Convert internal business app intent into a structured JSON blueprint for the app generator.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Automated readiness gate for tickets before implementation. Scans for TBDs, vague acceptance criteria, missing specs, unresolved questions, and integration gaps. Use before /develop to catch incomplete tickets early.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Orchestrate deployments to target environments. Handles merging PRs, deploying, posting notifications, and updating work items. Use when deploying to staging/UAT/production.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Full development cycle - fetches ticket from work item tracker, analyzes, implements, validates, fixes build errors, and creates PR. Use when developing a ticket end-to-end.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Create new tickets from business requirements or design documents. Analyzes requirements, scans codebase, identifies gaps and open questions, and drafts complete refined tickets.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Triage production errors from your monitoring system. Queries new errors, groups patterns, analyzes root cause with codebase context, and lets developer create tickets or dismiss. Supports unattended CI mode.