Chore/migrate dev toolkit to fpl skills#70
Merged
Conversation
Swap enabled plugin in `.claude/settings.json#enabledPlugins`: `dev-toolkit@ForgePlan-marketplace` -> `fpl-skills@ForgePlan-marketplace`. `fpl-skills` is the successor: includes everything from `dev-toolkit` (`/audit`, `/sprint`, `forge-report`, dev-advisor agent, safety hooks) plus 13 new commands. `dev-toolkit` is soft-deprecated upstream. Repo had no `/dev-toolkit:*` slash-command references in CLAUDE.md or docs, so settings.json is the only file change. The actual plugin install/uninstall is driven by interactive slash commands the user runs: /plugin marketplace update ForgePlan-marketplace /plugin install fpl-skills@ForgePlan-marketplace /plugin uninstall dev-toolkit@ForgePlan-marketplace /reload-plugins Reversible: revert this commit + reinstall dev-toolkit. Refs: - https://github.com/ForgePlan/marketplace/blob/main/docs/MIGRATION-DEV-TOOLKIT-TO-FPL-SKILLS.md - https://github.com/ForgePlan/marketplace/blob/main/docs/USAGE-GUIDE.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…nfig
CLAUDE.md changes:
- Methodology table — add `fpl-skills shortcut` column mapping
/restore, /briefing, /rfc, /refine, /research, /sprint, /audit,
/diagnose to OBSERVE -> ROUTE -> SHAPE -> BUILD -> PROVE -> SHIP.
- Process section — annotate steps 1-5 with the corresponding
slash-command shortcut + add step for /diagnose on hard bugs.
- New "Slash commands (fpl-skills + companions)" reference table
between Common commands and Hard requirements — quick O(1)
lookup. Includes companion plugins (fpf, forgeplan-workflow,
forgeplan-orchestra, laws-of-ux).
- Reference section — link to docs/agents/*.md as fpl-skills
per-project config.
docs/CONTRIBUTING.md — append shortcut hints to Forgeplan workflow
section + pointer to docs/agents/.
docs/agents/ (new) — four config files normally generated by
/fpl-skills:setup wizard, hand-tailored to this project:
- issue-tracker.md queue is .forgeplan/ (no Linear/Jira/Issues)
- build-config.md npm scripts, smoke gate, forbidden CI cmds
- paths.md top-level + FSD layers + where skills write
- domain.md package surfaces, Forgeplan glossary, R_eff,
routing depth, branch naming
.claude/settings.json — incidental linter reformat (env block
moved from end to top); no semantic change.
Skills never bypass artifact discipline: R_eff > 0 and active
gates from rule 11 still apply. CLAUDE-MD-GUIDE constraints
(cry-wolf, dilution, redundancy cost) respected — content links
back to existing sources rather than duplicating.
Refs:
- https://github.com/ForgePlan/marketplace/blob/main/docs/USAGE-GUIDE.md
- https://github.com/ForgePlan/marketplace/blob/main/docs/MIGRATION-DEV-TOOLKIT-TO-FPL-SKILLS.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.