Zing 论坛

正文

Devflow:Claude Code结构化开发插件,26个技能+27个代理的自动化工作流

Devflow是一个专为Claude Code设计的开发工作流插件,提供26个自动化技能、27个专业代理和25个生命周期钩子,支持从需求分析到代码合并的完整开发流程。插件通过Agent Teams实现并行审查,支持PR自动评审、调试工作流和Jira集成,显著提升开发效率。

DevflowClaude CodeAI辅助开发PR审查Agent Teams工作流自动化软件开发调试Jira集成
发布时间 2026/03/31 15:15最近活动 2026/03/31 15:24预计阅读 7 分钟
Devflow:Claude Code结构化开发插件,26个技能+27个代理的自动化工作流
1

章节 01

Devflow: Claude Code Structured Development Plugin Overview

Devflow is a Claude Code plugin designed to automate the full software development workflow from requirement analysis to code merge. It features 26 automation skills, 27 professional agents, and 25 lifecycle hooks, leveraging Agent Teams for parallel PR reviews, supporting Jira integration, and significantly boosting development efficiency. This thread breaks down its design, features, installation, and practical use cases.

2

章节 02

Background & Core Design Philosophy

Against the backdrop of AI-assisted programming's growth, integrating AI into development workflows remains a challenge. Devflow positions itself as a structured plugin for Claude Code (unrelated to Foundry's devflow) focused on general development automation. Its core goals include standardizing workflows to reduce repetitive decisions, enabling parallel task processing via Agent Teams, providing reusable skills and agent configurations, and covering the full development lifecycle. Key components: 26 auto-triggerable skills, 27 specialized agents, 25 lifecycle hooks (dependency checks, quality gates), 4 output styles (senior engineer, coding mentor, Thai/English variants), and a TypeScript SDK for programmatic PR reviews and security audits.

3

章节 03

Installation & Configuration Guide

Pre-requisites: Install mandatory tools like jq, authenticated GitHub CLI (gh), and git. For macOS users, use Homebrew to install these. Recommended tools: rtk (reduce token usage), shellcheck (validate .sh files), node + markdownlint-cli2 (lint .md files), fd (fast file search), ast-grep (precise code search). Plugin installation: Add the marketplace (wasikarn/devflow) → install the plugin → enable Agent Teams via claude config set env.CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS 1. Restart Claude Code to check for missing dependencies.

4

章节 04

Core Skills & Typical Workflow

Devflow offers 8 key skills covering daily development scenarios:

  • /devflow:work-context: Gather sprint tickets, open PRs, and unmerged branches.
  • /devflow:build: End-to-end development from Jira ticket or natural language to PR creation.
  • /devflow:review: Parallel PR review (3 agents) covering correctness, architecture, security, and test/documentation completeness.
  • /devflow:respond: Auto-fix PR comments, submit changes, and reply to reviewers.
  • /devflow:debug: Analyze errors and generate fix PRs.
  • /devflow:merge-pr: Perform pre-checks, merge PRs, and manage tags.

Typical workflow: Start → work-context → decision branch (new task→build→PR; PR review→respond; bug→debug) → merge PR. Jira integration: Connect Jira instances, map project keys, manage ticket states, and create branches/PRs directly from tickets.

5

章节 05

Agent Teams & Customization Features

Agent Teams: Mandatory for parallel processing (e.g., 3 agents reviewing PRs simultaneously). Disabling this feature downgrades to single-agent mode. Output styles: 4 options (senior engineer: concise technical feedback; coding mentor: educational content; Thai/English variants for localization). SDK: TypeScript devflow-engine SDK for programmatic access (e.g., PR review, security audit) to integrate into CI/CD pipelines.

6

章节 06

Ecosystem & Best Practices

Recommended ecosystem: Git + GitHub CLI (version control), Homebrew/apt (package management), shellcheck/markdownlint (code quality), fd/ast-grep (search tools), rtk/zsh (terminal enhancement). Troubleshooting: Fix marketplace add failures with HTTPS URLs, verify Agent Teams env var, check dependencies via claude plugin list, re-authenticate gh if needed. Best practices: Create issues before major work, keep the plugin updated, familiarize with built-in skills before customization, and version-control workflow configurations.

7

章节 07

Conclusion & Future Outlook

Devflow represents the evolution of AI-assisted development tools—from single code completion to full workflow orchestration, and from passive response to active agent collaboration. It benefits individuals (reduces repetitive work), teams (standardizes workflows and improves code quality consistency), and organizations (supports compliance via auditable processes). As Claude Code and Agent Teams evolve, Devflow will play an increasingly important role in turning AI into a collaborative partner in software development.