pi-squad
Parallel multi-agent coding with dependency scheduling and QA rework
All Skills in This Repository (11)
Pure Emerald Level Indicatorssquad-qa-testing
Automates QA verification with standardized testing frameworks and machine-parsed verdicts.
squad-verification
Verifies task completion through evidence-based checks and structured QA verdicts.
squad-architecture
Plan and document system architecture using YAML and Markdown templates.
squad-collaboration
Break down project tasks, assign roles, and automate QA rework loops.
squad-frontend-dev
Provide frontend development guidelines for React, Tailwind CSS, and accessibility.
squad-debugging
Guide software developers through structured debugging with reproduce-first and hypothesis testing workflows.
squad-code-review
Review source code with two-pass correctness and complexity assessment.
squad-supervisor
Coordinate multi-agent teams and track task progress with QA.
squad-security-audit
Analyze application code for security vulnerabilities and provide remediation guidance.
squad-protocol
Coordinate multi-agent squads with real-time communication and automatic rework loops.
squad-backend-dev
Automate API design, security checks, and testing for RESTful backend development.
Frequently Asked Questions
FAQPage SchemaHow to install pi-squad?โผ
Run `npx skills add picassio/pi-squad --all -g -y` in your terminal to install all skills in this suite globally.
What does pi-squad do?โผ
It splits complex coding tasks into subtasks, assigns them to specialist agents like backend, frontend, and QA, and runs them in parallel with dependency-aware scheduling.
How does the QA rework loop work?โผ
When a QA agent reports a FAIL verdict, the scheduler automatically creates a fix task for the original agent and a retest task, looping until the work passes or retries are exhausted.
Can I define my own task plan?โผ
Yes. You can pass an explicit task list with IDs, agents, and dependencies, or write a strict JSON file spec validated with the bundled validator script.
Do I need coding experience to use pi-squad?โผ
No. You describe the goal in plain language and the planner agent creates the task breakdown, while the supervisor handles monitoring and review.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core