Give your Claude Code projects a steady development pace — requirements change, rhythm stays. A development harness for Claude Code — rules, schemas, gates, and feedback loops that keep AI-assisted development traceable and measurable.
FAQ
devpace is a Claude Code plugin with 20 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes pace-biz, pace-change, pace-dev. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add arch-team/devpace> /plugin install devpace@devpace
🌐 中文版 | English
Give your Claude Code projects a steady development pace — requirements change, rhythm stays.
A development harness for Claude Code — rules, schemas, gates, and feedback loops that keep AI-assisted development traceable and measurable.
When using Claude Code for product development:
| Problem | Without devpace | With devpace |
|---|---|---|
| Requirements change = chaos | "Add a feature" triggers cascading confusion, nobody knows the blast radius | Impact analysis + orderly adjustment, Claude won't change the plan on its own |
| Inconsistent quality | Claude sometimes skips tests, forgets checks | Auto-checks + human approval, quality gates cannot be bypassed |
| Work drifts from goals | Technical work disconnects from business goals, lots done but unclear value | Goal-to-code traceability at all times |
| Re-explain everything each session | Manual approach needs 8 user corrections (3 interruption test) | Auto-restores context, 0 corrections |
/pace-init ← Initialize (once)
"Help me implement user auth" ← Claude auto-tracks tasks, writes code, runs tests, checks quality
"approve" or "reject" ← You decide whether to merge
"add an export feature" ← Claude analyzes impact, adjusts plan, waits for your confirmation
"pause auth for now" ← Impact analysis → pause (preserving work) → adjust plan
Next session, Claude reports: "Last time we stopped at auth module, continue?" — zero manual re-explanation.
Opportunity ──→ Epic ──→ Requirements ──→ Features ──→ Code Changes ──→ Quality ──→ Ship
│ │ │ │ │ │ │
pace-biz pace-biz pace-biz pace-plan pace-dev pace-review pace-release
pace-change pace-feedback
Requirements can change anytime — /pace-change auto-analyzes impact, adjusts the plan, and waits for your confirmation.
After each cycle, /pace-retro shows quality metrics and improvement trends.
devpace builds a goal-to-code traceability chain in your project:
.devpace/ as plain Markdown.Under the hood: a Claude Code Plugin using Rules (behavioral guidelines) + Skills (/pace-* commands) + Hooks (auto-triggers at critical moments).
Prerequisite: Claude Code CLI must be installed.
# Step 1: Register marketplace (one-time)
/plugin marketplace add arch-team/devpace-marketplace
# Step 2: Install
/plugin install devpace@devpace
git clone https://github.com/arch-team/devpace.git
claude --plugin-dir /path/to/devpace
After installing, type /pace- in Claude Code. If devpace is loaded, you'll see auto-complete suggestions for /pace-init, /pace-dev, /pace-status, etc.
Most of the time you don't need commands — saying "help me implement X" equals /pace-dev, "where are we" equals /pace-status.
| Command | Purpose |
|---|---|
/pace-init | First-time setup (once) |
/pace-dev | Start coding — or just say "help me implement X" |
/pace-status | Check progress — or say "where are we" |
/pace-review | Approve changes |
/pace-next | Not sure what's next? Get AI recommendations |
As your project grows, devpace offers change management, iteration planning, business alignment, release orchestration, and more. See User Guide for all 19 commands.
Quick reference: /pace-change (requirements changed) · /pace-plan (plan iterations) · /pace-retro (review metrics) · /pace-biz (business planning) · /pace-release (ship it)
| Capability | Description |
|---|---|
| Requirement changes | Add features, pause, change scope — auto impact analysis, orderly adjustment, Claude won't change the plan unilaterally |
| Complexity awareness | Auto-assesses task complexity, small changes fast-track, large changes full process, complexity drift auto-detected |
| Technical debt management | tech-debt CR type + iteration capacity reservation + trend tracking |
| Architecture decisions | /pace-trace arch manages cross-CR Architecture Decision Records (ADR) |
| Capability | Description |
|---|---|
| Quality gates | Code quality + requirement consistency auto-check + adversarial review, human approval cannot be skipped |
| Goal traceability | From business goals to code changes, always traceable |
| Test verification | Requirements-driven — strategy generation, coverage analysis, AI acceptance verification, change impact regression |
| Semantic drift detection | Continuous monitoring of code-requirement alignment during development, Review includes semantic consistency score |
| Capability | Description |
|---|---|
| Cross-session restore | Session interrupted? Auto-resume, zero re-explanation, experience persists across sessions |
| Iteration management | Plan → Execute → Review full cycle, auto-recommends next step |
| Progressive autonomy | Assisted / Standard / Autonomous — more guidance for new users, less for experienced ones |
| DORA proxy metrics | Deploy frequency / Lead time / Failure rate / MTTR proxy values, Elite~Low benchmarks + trend comparison |
| CI/CD awareness | Auto-detects CI tool type, Gate 4 auto-queries CI status, zero config |
| Risk fabric | OWASP-aware security scanning + Pre-flight 5-dimension risk scan + Runtime monitoring + Graduated autonomous response (High requires human confirmation) |
| Delivery prediction | AI-powered iteration delivery probability forecasting, bottleneck identification, and risk early warning |
| Cross-project insights | High-confidence insights exportable/importable to other projects, reducing redundant learning |
When unsure, Claude asks: "Ready to start coding, or just exploring?"
Normal flow:
Start ──→ In Progress ──→ Pending Review ──→ Done
│ │
Auto quality check You approve Auto merge + status update
(Claude handles) (you decide)
Anytime:
Requirements changed ──→ Impact analysis ──→ Adjust plan ──→ Continue
Session interrupted ──→ Next session auto-resumes from where you left off
Full cycle (optional):
Plan (pace-plan) → Build (pace-dev) → Review (pace-retro) → Next cycle
| Principle | Meaning |
|---|---|
| Zero friction | Natural language works, no jargon to learn |
| Progressive disclosure | Default 1-line output, details on demand |
| Byproducts not prerequisites | Structured data is auto-produced from work, not a required input |
| Interruption tolerance | Interrupt at any point, seamless resume next time |
| Dimension | GitHub Issues / Manual | devpace |
|---|---|---|
| Core model | Task list | Goal → Feature → Code Change traceability |
| Requirement changes | Manual impact assessment | Auto impact analysis + orderly adjustment |
| Claude's role | Executor (you direct each step) | Autonomous collaborator (auto-advances, self-checks, waits for your decisions) |
| Traceability | Task → Code | Business Goal → Feature → Change → Code |
| Metrics | Completion count | Quality pass rate + value alignment + DORA proxies |
.devpace/, your code stays in gitTried devpace? Tell us what you think — one word or a full report, everything helps.
MIT
.claude/
.claude-plugin/
marketplace.json
plugin.json
CLAUDE.md
references/
cascade-procedures.md
component-reference.md
ia-principles.md
product-arch-details.md
schema-procedure-spec.md
skill-content-check.md
skill-creator-integration.md
sync-checklists.md
rules/
common.md
dev-workflow.md
harness-engineering.md
ia-principles-details.md
plugin-spec.md
product-architecture.md
project-structure.md
.githooks/
pre-commit
.github/
CODEOWNERS
DISCUSSION_TEMPLATE/
share-your-experience.yml
show-and-tell.yml
ISSUE_TEMPLATE/
bug_report.md
config.yml
feature_request.md
feedback.md
pull_request_template.md
social-preview.png
social-preview.svg
workflows/
release.yml
validate.yml
.gitignore
.markdownlint-cli2.jsonc
agents/
pace-analyst.md
pace-engineer.md
pace-pm.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING_zh.md
CONTRIBUTING.md
dev-scripts/
bump-version.sh
extract-changelog.py
validate-all.sh
docs/
brand/
logo-with-text.svg
logo.svg
pitch.md
design/
design.md
principles-notes.md
skill-dependencies.md
vision.md
devpace-architecture.drawio
features/
pace-biz_zh.md
pace-biz.md
pace-change_zh.md
pace-change.md
pace-dev_zh.md
pace-dev.md
pace-feedback_zh.md
pace-feedback.md
pace-guard_zh.md
pace-guard.md
pace-init_zh.md
pace-init.md
pace-learn_zh.md
pace-learn.md
pace-next_zh.md
pace-next.md
pace-plan_zh.md
pace-plan.md
pace-pulse_zh.md
pace-pulse.md
pace-release_zh.md
pace-release.md
pace-retro_zh.md
pace-retro.md
pace-review_zh.md
pace-review.md
pace-role_zh.md
pace-role.md
pace-status_zh.md
pace-status.md
pace-sync_zh.md
pace-sync.md
pace-test_zh.md
pace-test.md
pace-theory_zh.md
pace-theory.md
pace-trace_zh.md
pace-trace.md
planning/
progress.md
requirements.md
roadmap.md
plans/
cognitive-load-optimization.md
devpace-bizdevops-lifecycle-review-plan.md
devpace-cadence-design.md
entity-schema-optimization-2026-03-26.md
eval-optimization-plan.md
lite-mode-removal-plan.md
pace-biz-improvement-plan.md
pace-biz-optimization-evaluation.md
pace-biz-optimization-plan.md
pace-biz-phase1-token-optimization.md
pace-biz-skill-review-report.md
research/
biz-analysis-models.md
biz-schema-analysis-2026-03-28.md
biz-stage-architecture-5views-2026-03-30.md
biz-stage-full-analysis-2026-03-28.md
cc-agents-reference.md
cc-fork-vs-subagent-skills.md
cc-skills-reference.md
claude-flow-ccpm-deep-dive.md
cr-format-audit-2026-03-27.md
devpace-four-pain-points-mapping-2026-04-07.md
devpace-hooks-user-journey-2026-04-07.md
ecosystem-benchmarking.md
ecosystem-research-2026-02-24.md
engineering-quality-audit-2026-03-14.md
entity-schema-evaluation-2026-03-25.md
gc-optimization-2026-03-22.md
harness-engineering-practices-2026-03-14.md
pace-biz-eval-report-2026-03-22.md
pace-biz-model-design.md
plugin-dev-analysis-2026-03-22.md
skill-creator-comparison_zh.md
skill-creator-design_zh.md
skill-eval-ecosystem-2026-03-21.md
trigger-eval-postmortem-2026-03-15.md
vision-schema-analysis-2026-03-27.md
scratch/
prompt-notes.md
promt.md
user-guide_zh.md
user-guide.md
eval/
__init__.py
__main__.py
_gate_sdk.py
behavior/
__init__.py
_grader_checks.py
benchmark.py
comparator.py
execute.py
grader.py
cli.py
core/
__init__.py
llm_client.py
results.py
skill_io.py
eval-runner.sh
README.md
regression/
__init__.py
baseline.py
detect.py
review/
__init__.py
analyzer.py
feedback.py
report.py
viewer.py
shim.py
trigger/
__init__.py
apply.py
detect.py
eval_hooks.py
improve.py
loop.py
examples/
todo-app-walkthrough_zh.md
todo-app-walkthrough.md
hooks/
hooks.json
lib/
utils.mjs
post-cr-update.mjs
post-schema-check.mjs
post-tool-failure.mjs
pre-compact.sh
pre-tool-use.mjs
pulse-counter.mjs
session-end.sh
session-start.sh
session-stop.sh
skill/
skill-eval.mjs
pace-biz-scope-check.mjs
pace-dev-scope-check.mjs
pace-init-reset-guard.mjs
pace-init-scope-check.mjs
pace-review-scope-check.mjs
subagent-stop.mjs
sync-push.mjs
knowledge/
_extraction/
entity-extraction-rules.md
prioritization-methods.md
_guides/
checks-guide.md
experience-reference.md
help-faq.md
hook-architecture.md
navigation-guide.md
output-guide.md
teaching-catalog.md
_schema/
auxiliary/
accept-report-contract.md
adr-format.md
context-format.md
incident-format.md
insights-format.md
merge-strategy.md
readiness-score.md
risk-format.md
entity/
br-format.md
cr-format.md
epic-format.md
obj-format.md
opportunity-format.md
pf-format.md
project-format.md
vision-format.md
integration/
integrations-format.md
sync-mapping-format.md
process/
checks-format.md
iteration-format.md
release-format.md
scope-discovery-format.md
state-format.md
test-baseline-format.md
test-strategy-format.md
README.md
_signals/
signal-collection.md
signal-priority.md
metrics.md
role-adaptations.md
theory.md
LICENSE
Makefile
output-styles/
devpace-bizdevops.md
pace-sync-workspace/
evals.json
iteration-1/
benchmark.md
eval-1-smart-sync/
eval_metadata.json
eval-2-incremental/
eval_metadata.json
eval-3-link-epic/
eval_metadata.json
pytest.ini
README_zh.md
README.md
requirements-dev.txt
rules/
devpace-rules.md
SECURITY.md
settings.json
skills/
pace-biz/
biz-procedures-align.md
biz-procedures-decompose-br.md
biz-procedures-decompose-epic.md
biz-procedures-discover.md
biz-procedures-epic.md
biz-procedures-import.md
biz-procedures-infer.md
biz-procedures-opportunity.md
biz-procedures-refine.md
biz-procedures-view.md
SKILL.md
pace-change/
change-procedures-apply.md
change-procedures-batch.md
change-procedures-common.md
change-procedures-degraded.md
change-procedures-execution.md
change-procedures-history.md
change-procedures-impact.md
change-procedures-risk.md
change-procedures-triage.md
change-procedures-types.md
change-procedures-undo.md
SKILL.md
pace-dev/
dev-procedures-common.md
dev-procedures-defect.md
dev-procedures-developing.md
dev-procedures-gate.md
dev-procedures-intent.md
dev-procedures-postmerge.md
SKILL.md
pace-feedback/
feedback-procedures-analysis.md
feedback-procedures-common.md
feedback-procedures-hotfix.md
feedback-procedures-incident.md
feedback-procedures-intake.md
feedback-procedures-status.md
feedback-procedures-trace.md
SKILL.md
pace-guard/
guard-procedures-common.md
guard-procedures-monitor.md
guard-procedures-report.md
guard-procedures-resolve.md
guard-procedures-scan.md
guard-procedures-trends.md
scripts/
security-scan.mjs
SKILL.md
pace-help/
help-procedures-commands.md
help-procedures-detail.md
help-procedures-faq.md
help-procedures-overview.md
help-procedures-quickstart.md
SKILL.md
pace-init/
init-procedures-checks.md
init-procedures-core.md
init-procedures-dryrun.md
init-procedures-from.md
init-procedures-full.md
init-procedures-migration.md
init-procedures-monorepo.md
init-procedures-reset.md
init-procedures-template.md
init-procedures-verify.md
scripts/
validate-schema.mjs
SKILL.md
templates/
checks.md
claude-md-devpace.md
context.md
cr.md
dashboard.md
insights.md
integrations.md
iteration.md
project.md
state.md
workflow.md
pace-learn/
learn-procedures-query.md
learn-procedures.md
SKILL.md
pace-next/
next-procedures-journey.md
next-procedures-output-default.md
next-procedures-output-detail.md
next-procedures-output-why.md
next-procedures.md
scripts/
collect-signals.mjs
SKILL.md
pace-plan/
adjust-procedures.md
close-procedures.md
health-procedures.md
plan-procedures.md
SKILL.md
pace-pulse/
pulse-procedures-core.md
pulse-procedures-gc.md
pulse-procedures-session-end.md
pulse-procedures-session-start.md
pulse-procedures-snooze.md
SKILL.md
pace-release/
release-procedures-branch.md
release-procedures-changelog.md
release-procedures-close.md
... 228 more© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic