Specsmith adds a stricter dev workflow to Claude Code
Specsmith v0.1.1 is a plugin for Claude Code. It also works in Cursor, , Codex, and VS Code. Its goal is to make an follow a real development flow instead of jumping straight into loose code changes.
The flow starts with spec.md for , plan.md for the plan, and tasks.md for the task list. Then it creates a new branch from develop, writes code, and makes one for each task. It also asks the agent to apply basic coding rules such as KISS, YAGNI, DRY, and SoC.
At the end, it checks CI, pushes the code, and prepares a PR draft for . It includes two skills: prompt-grill turns vague requests into a clearer approved spec.md, and dev-lifecycle handles the branch, commit, coding-principle, and PR workflow.
Key points
- Specsmith v0.1.1 is built for Claude Code and also works with Cursor, , Codex, and VS Code.
- The workflow moves from spec.md to plan.md to tasks.md before coding starts.
- It creates a branch from develop and makes one per task.
- It includes CI checks, pushing code, and preparing a PR draft.
- The two included skills are prompt-grill for clarifying requests and dev-lifecycle for managing the coding workflow.