carmelosantana/coqui-toolkit-abc-co
Composer 安装命令:
composer require carmelosantana/coqui-toolkit-abc-co
包简介
ABC (Action Breakdown & Creation) toolkit for Coqui — Paperclip-style task decomposition with Hormozi-inspired bias to action, powered by Kanboard
README 文档
README
A Coqui toolkit that brings aggressive task decomposition and execution to Kanboard projects. Inspired by PaperclipAI's hierarchical task alignment and Alex Hormozi's bias-to-action philosophy.
What It Does
ABC provides 4 high-level orchestration tools that batch multiple Kanboard operations into single goal-oriented calls:
| Tool | Purpose |
|---|---|
abc_decompose |
Break a goal into a full Kanboard project (project + swimlanes + categories + tasks + subtasks) in one call |
abc_status |
Comprehensive progress report with completion stats, stalled/overdue detection, and action recommendations |
abc_next |
Prioritized next actions scored by priority, overdue status, and effort |
abc_review |
Review and adjust: full analysis, kill stalled tasks, or rebalance workload |
Plus a skill, two specialized roles, and a loop definition for fully autonomous execution.
Installation
composer require carmelosantana/coqui-toolkit-abc-co
The toolkit is auto-discovered by Coqui on the next boot. Roles and loop definitions are auto-seeded into the workspace.
Credentials
ABC uses the same Kanboard credentials as coqui-toolkit-kanboard. Set them via the Coqui credentials tool or in your workspace .env:
KANBOARD_URL=https://kanboard.example.com/jsonrpc.php
KANBOARD_USERNAME=jsonrpc
KANBOARD_API_TOKEN=your-api-token
Quick Start
Decompose a Goal
abc_decompose(
action: "create",
project_name: "Launch API v2",
goal: "Ship a production-ready REST API with auth, CRUD endpoints, and docs by Friday",
swimlanes: '["Backend", "Infrastructure", "Documentation"]',
categories: '["API", "Auth", "DevOps"]',
tasks: '[
{"title": "Set up project scaffolding", "priority": 3, "color_id": "red", "subtasks": [{"title": "Init repo"}, {"title": "Add CI pipeline"}, {"title": "Configure linting"}]},
{"title": "Implement auth endpoints", "priority": 3, "color_id": "orange", "swimlane": "Backend", "category": "Auth", "subtasks": [{"title": "Login endpoint"}, {"title": "Token refresh"}, {"title": "Add tests"}]},
{"title": "Build CRUD endpoints", "priority": 2, "color_id": "yellow", "swimlane": "Backend", "category": "API", "subtasks": [{"title": "Create endpoint"}, {"title": "Read endpoint"}, {"title": "Update endpoint"}, {"title": "Delete endpoint"}]},
{"title": "Write API documentation", "priority": 1, "color_id": "blue", "swimlane": "Documentation"}
]'
)
Check Status
abc_status(project_id: 42)
Returns completion percentage, column distribution, overdue tasks, stalled tasks, and Hormozi-style recommendations like "3 tasks stalled > 2 days — move or kill them."
Get Next Action
abc_next(project_id: 42, limit: 3)
Returns scored and ranked tasks. Pick #1 and execute.
Review and Clean Up
abc_review(project_id: 42, action: "review") # Full analysis
abc_review(project_id: 42, action: "kill_stalled") # Close tasks stalled > 5 days
abc_review(project_id: 42, action: "rebalance") # WIP distribution advice
Roles
ABC Executor (abc-executor)
An action-biased execution agent that picks the highest-priority task and ships it. Full access level with 48 max iterations.
/role abc-executor
Or spawn as a child agent:
spawn_agent(role: "abc-executor", task: "Execute all tasks in Kanboard project 42")
ABC Decomposer (abc-decomposer)
A goal breakdown specialist that creates structured Kanboard projects from high-level objectives. Read-only access level (analyzes but doesn't execute).
/role abc-decomposer
Loop
ABC Execute (abc-execute)
A three-stage autonomous loop: Decompose → Execute → Review
- Decomposer creates the Kanboard project structure
- Executor implements the highest-priority tasks
- Reviewer checks progress and approves or sends feedback
Terminates when the reviewer responds "APPROVED".
loop_start(definition: "abc-execute", goal: "Build a REST API with auth and CRUD")
The ABC Methodology
Action
Ship fast, iterate faster. 80% confidence = GO. Every task produces a deliverable.
Breakdown
If it takes > 2 hours, split it. Max 8 tasks per project. Max 5 subtasks per task.
Creation
Every task creates something tangible. No "research" without output. No "monitor" without dashboard.
See the full methodology in the ABC Skill.
Dependencies
coquibot/coqui-toolkit-kanboard— Kanboard API client and low-level tools- PHP 8.4+
Development
# Install dependencies composer install # Run tests composer test # Static analysis composer analyse
License
MIT
carmelosantana/coqui-toolkit-abc-co 适用场景与选型建议
carmelosantana/coqui-toolkit-abc-co 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「toolkit」 「abc」 「Kanboard」 「task-management」 「php-agents」 「coqui」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 carmelosantana/coqui-toolkit-abc-co 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 carmelosantana/coqui-toolkit-abc-co 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 carmelosantana/coqui-toolkit-abc-co 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
Common helpers and classes for ICanBoogie
Enable use of agile toolkit framework in wordpress
Handy PHP Utility library
Administration toolkit for Laravel 5 - starting point for developing administration interface
Simple output caching for your app.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 39
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-08