Agent Plugins Marketplace
All plugins

workflow

v1.0.0

Six-phase structured agent workflows for story development and generic tasks

Claude Code2 Skills

By Hung NguyenLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install workflow-5@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hungnb94/claude-workflow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

workflow/
├── .claude-plugin/plugin.json
├── skills/feature-workflow/SKILL.md
└── skills/generic-task-workflow/SKILL.md

Included Skills2

feature-workflowskills/feature-workflow/SKILL.md

Quy trình 7 bước chạy bằng subagent cho một story/tính năng - chốt spec, research best practice ngành theo loại project, viết bản mẫu role-model theo best practice, lập kế hoạch thay đổi, triển khai kèm test, review độc lập, rồi tự động sửa toàn bộ lỗi Blocker/Major/Minor tìm được và chuẩn bị ship. Chỉ dùng khi người dùng gõ /feature-workflow, hoặc yêu cầu rõ ràng kiểu "chạy quy trình 7 bước", "chạy quy trình 6 bước", "chạy quy trình story". Không tự kích hoạt cho các yêu cầu tính năng thông thường, và không dùng để điều tra bug đã xảy ra (bug cần bước reproduce + root cause riêng).

generic-task-workflowskills/generic-task-workflow/SKILL.md

Quy trình 6 bước chạy bằng subagent cho một nhiệm vụ KHÔNG phải viết/sửa code — deliverable chính là nội dung hoặc kế hoạch (viết tài liệu, nghiên cứu thị trường, lập kế hoạch dự án, soạn báo cáo, thiết kế quy trình vận hành...). Chốt spec, research best practice phù hợp loại nhiệm vụ, lập kế hoạch phần việc/deliverable cần tạo, tạo deliverable thật, review độc lập, rồi tự động sửa toàn bộ lỗi Blocker/Major/Minor tìm được và chuẩn bị công bố/gửi. Dùng khi người dùng gõ /generic-task-workflow, hoặc yêu cầu rõ ràng kiểu "chạy quy trình 6 bước cho việc lập kế hoạch/viết báo cáo/nghiên cứu này". KHÔNG dùng khi deliverable chính là code/script — nhường cho skill feature-workflow; KHÔNG dùng để điều tra/khắc phục sự cố đã xảy ra (thiếu bước reproduce + root cause riêng); KHÔNG dùng cho nhiệm vụ chỉ 1 bước nhỏ, không cần research/plan.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "workflow",
  "version": "1.0.0",
  "description": "Six-phase structured agent workflows for story development and generic tasks",
  "author": {
    "name": "Hung Nguyen",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/hungnb94/claude-workflow",
  "repository": "https://github.com/hungnb94/claude-workflow",
  "license": "MIT",
  "keywords": [
    "workflow",
    "agent",
    "subagent",
    "orchestration",
    "quality"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-5)