claude-plugins
Structured end-to-end development workflow from research to shipping
All Skills in This Repository (5)
Pure Emerald Level Indicatorsclarify
Clarify vague requirements into precise, actionable specifications with phased research.
retro
Generate structured retro.md, plan.md, and lessons.md from session logs.
gather-context
Centralize information gathering via URL detection, web search, and codebase exploration.
refactor
...
plugin-deploy
Automate plugin consistency checks, local testing, and deployment preparation.
Frequently Asked Questions
FAQPage SchemaHow to install claude-plugins?โผ
Run `npx skills add corca-ai/claude-plugins --all -g -y` in your terminal to install all skills in this suite globally.
What does the CWF workflow do?โผ
It chains a full development pipeline: gather context, clarify requirements, plan, implement, review, refactor, run a retrospective, and ship via GitHub issues and PRs.
How does CWF prevent losing context between sessions?โผ
It persists plans, lessons, decisions, and handoff documents as files under .cwf/, so the agent recovers full context after restarts or auto-compaction.
Does CWF work with Claude Code and Codex?โผ
Yes. It runs natively in Claude Code and includes scope-aware Codex CLI integration with skill syncing and wrapper setup.
Can I run the whole pipeline with one command?โผ
Yes. Use `cwf:run <task>` to orchestrate every stage automatically, with human approval gates before implementation and merge.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core