@tryambakam-noesis/swarm-architect-skill
v0.3.2
Published
NPX installer wrapper for Swarm Architect + Taskmaster OpenClaw orchestration skills
Maintainers
Readme
Move from issue creation to full orchestration: phase/wave/swarm planning, milestone-aware execution, agent routing, and event-driven GitHub automation.
What this repository contains
skills/swarm-architect/SKILL.md— orchestration-first planning skillskills/task-master-planner/SKILL.md— detailed taskmaster protocol with agent/action contracts.github/workflows/taskmaster-dispatch.yml— task-level dispatch entrypoint.github/workflows/taskmaster-event-sync.yml— event-driven issue/PR sync.github/workflows/taskmaster-milestone-digest.yml— progress digest and milestone telemetry
Why this is different
🤖 Agent-aware by design
Each task explicitly maps to agent_class, execution mode, and workflow hooks.
⚙️ Actions-native orchestration
Built for workflow_dispatch + issue/pr event loops + milestone digest updates.
🧭 Dependency-safe swarm execution
Phases → Waves → Swarms with strict dependency discipline and verification gates.
📊 Evidence-driven completion
Completion requires run URLs, acceptance evidence, and validation artifacts.
Quick start
git clone https://github.com/Sheshiyer/swarm-architect-orchestrator-skill.git
cd swarm-architect-orchestrator-skill- Copy
skills/swarm-architect/SKILL.mdand/orskills/task-master-planner/SKILL.mdinto your agent workspace. - Use the workflow files in
.github/workflows/to wire dispatch + event sync + milestone digest. - Ensure issue titles carry stable task tokens (e.g.,
[T042]) and issue bodies include orchestration metadata.
Architecture
graph LR
A[🧠 Swarm Architect Skill] --> B[📝 Taskmaster Plan]
B --> C[🐙 GitHub Issues + Milestones]
C --> D[⚙️ taskmaster-dispatch.yml]
D --> E[🤖 Agent Execution]
E --> F[💬 Issue Evidence Comments]
C --> G[🔁 taskmaster-event-sync.yml]
C --> H[📈 taskmaster-milestone-digest.yml]Project health
| Category | Status | Score | |:--|:--:|--:| | Workflow scaffolding | ████████████████████ | 100% | | Skill completeness | ████████████████████ | 100% | | Orchestration metadata | ████████████████████ | 100% | | Documentation | ██████████████████░░ | 90% | | Demo portability | ███████████████░░░░░ | 75% |
Overall: 93% — orchestration-ready
NPX Install Layer (skills.sh wrapper)
You can install this skill pack through a branded NPX entrypoint:
npx @sheshiyer/swarm-architect-skillUnder the hood it runs:
npx skills add Sheshiyer/swarm-architect-orchestrator-skillMore options: docs/NPX_INSTALL.md
OpenClaw Integration (Idea → Swarm Flow)
You can now trigger swarm planning from OpenClaw without CLI-first behavior.
Trigger phrase
- "Use swarm architect for this idea"
Wrapper assets
docs/OPENCLAW_INTEGRATION.mdintegrations/openclaw/swarm-intake.schema.jsonintegrations/openclaw/swarm-wrapper-playbook.md.github/workflows/openclaw-swarm-intake.yml
What happens
- OpenClaw captures idea + constraints
- Wrapper normalizes payload
- Initial Taskmaster tasks are auto-dispatched
- Event sync + milestone digest continue orchestration
License
MIT (recommended). Add a LICENSE file if your org requires explicit licensing.
Built with ❤️ for autonomous delivery systems.
