一键导入
agentic-workflow
The official Kanbrio development and review lifecycle using AI agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
The official Kanbrio development and review lifecycle using AI agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Naming conventions, function design, and readability standards.
YAGNI, simplicity, and continuous improvement mindset.
Procedures for database schema design for hierarchical tasks and event auditing.
Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance.
Rules for cross-package dependencies and monorepo structure.
Technical instructions for implementing probabilistic forecasting.
| name | agentic-workflow |
| description | The official Kanbrio development and review lifecycle using AI agents. |
This skill defines the rigorous, multi-agent process for developing and reviewing user journeys, features, and fixes in the Kanbrio monorepo.
Every new user journey, layout modification, or critical blocker correction MUST progress through this 4-phase lifecycle coordinated by the @ooda-orchestrator:
graph TD
A["OODA Orchestrator: Coordinator"] --> B["Phase 1: PM Strategy Discovery<br/>@product-manager"]
B --> C["Phase 2: Visual & Focus Design<br/>@ux-designer"]
C --> D["Phase 3: Mini-PRD Specifications<br/>@product-manager"]
D --> E["Phase 4: Test-Driven Engineering<br/>@developer + Audits"]
E --> F["Human Approval & PR Integration"]
@product-manager)product-discovery skill.docs/product/onboarding_user_stories.mdbd) tracker and push updates to the remote (bd dolt push).@ux-designer)animate-shake) and error badges on fields.Escape to close modals, arrow-key navigation).role="dialog", aria-modal="true", etc.).@product-manager)201 Created or 200 OK, and standardized error bodies).docs/product/onboarding_mini_prd.md@developer)main).tdd skill (write failing tests first, minimal implementation to pass, then refactor).DESIGN.md.@security): Threat modeling, SQL injection protection, and session cookie validation check.@sre): DB index optimization, transaction boundaries, blast-radius assessment, and logs/traces analysis.@legal-counsel): Scan all third-party libraries for license compliance using license-audit.bd) and synchronize.When starting any new feature or journey, trigger the cycle via the orchestrator:
"@ooda-orchestrator, start the development for [journey/feature]. Coordinate the team and clear all audit gates before my review."