Replan a forge project mid-execution. Use when the user wants to change the feature plan, add new features, modify scope, or adjust priorities after development has started. Handles POC failures and architecture pivots. Triggers: "forge adjust", "replan",…
ZhiHanZ/forge
SkillsMP has collected 4 skills from ZhiHanZ/forge. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Post-session review skill. Dispatched by CLI between executor sessions. Reviews git diff against 4 principles, curates knowledge (patterns, gotchas, decisions), promotes proven references to patterns, writes targeted feedback with context pointers for the…
Project architect skill for forge. Detects planning phase (research, POC, full), scaffolds DESIGN.md, generates features.json with verify scripts. Interactive — discuss architecture with the user before generating features. Triggers: "forge planning", "plan…
Autonomous coding agent protocol for forge-managed development loops. Follow this protocol when working in a forge project: claim features from features.json, implement them, run verify scripts, write context entries, and commit. Used automatically during…