원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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."