aiforging
01Plugin Claude Code
Plugin marketplace listing 1 plugin: aiforging.
Plugin Claude Code
Plugin marketplace listing 1 plugin: aiforging.
Plugin Claude Code
AI Forging — a structured AI-assisted development framework for producing robust, maintainable codebases. Test-first, pattern-driven refactoring, and domain-driven architecture, installed as a set of conventions + a prescriptive setup flow.
Instructions file
Instructions for aiforging/aiforging, covering ai forging plugin — claude context, what this repo is, first thing you should do in any session, key architectural decisions (see plan.md for the full list) and directory map.
Command
Alias for /aiforging:new-feature. Start a new feature (or extend an existing one) in the current forge workspace. Creates docs/features/ / with the right shape (flat or nested), seeds spec.md with a Summary section captured from the user's initial prompt, and hands off to superpowers:brainstorming. Runs Planning…
Command
Start a new feature (or extend an existing one) in the current forge workspace. Creates docs/features/ / with the right shape (flat or nested work items), seeds spec.md with a Summary section captured from the user's initial prompt, and hands off to superpowers:brainstorming for the rest of the spec. Runs the Planning…
Command
Interactive setup for the AI Forging framework. Phase A bootstraps a forge workspace in an empty directory (central CLAUDE.md, docs/features/, split .claude/settings.json + settings.local.json, .gitignore, capture-pattern skill, plugin dependency check). Phase B onboards target projects into an existing workspace…
Command
Purpose: Cleanly remove AI Forging artifacts from the forge workspace and all onboarded target repos, while preserving user-created content (feature specs/plans, user-captured patterns, customized files).
Command
Purpose: Propagate plugin-level updates (new or changed skills, conventions, shared-tier seeded patterns) into the forge workspace and all previously onboarded target repos, with diff-and-ask semantics. Nothing is overwritten silently.
Skill Claude CodeCodex
Use when /aiforging:setup has confirmed a backend or fullstack project and needs a non-destructive, advisory audit of how closely that project's current structure aligns with the AI Forging architectural ideals. Produces a structured ANALYSIS.md report with a score, findings, and severities. Never modifies files.
Skill Claude CodeCodex
Use when the user corrects your code, rejects a diff, asks you to clean up or redo work, or says something like "that's not how we do it" or "always/never do X" — offers to capture the lesson as a reusable pattern or anti-pattern in the AI Forging pattern library, closing the Tempering feedback loop.
Skill Claude CodeCodex
Run the Hammer stage of AI Forging on a passing test suite. Given a green test suite (Fire is complete), walk the pattern and anti-pattern library, identify applicable refactors, and dispatch one fresh-context subagent per refactor slice via superpowers:subagent-driven-development. Never invoked before tests are…