Alessandro Pireno
Community@apireno
Multi-repo sprint orchestration system for coordinating parallel dev-team sessions, VP reviews, QA gates, and sprint acceptance across a project fleet.
Agent Skills by Alessandro Pireno
Showing 18 vetted skills indexed across 1 GitHub repositories.
sprint-fanout
Drafts per-repo sprint plans in parallel from a PRD using the configured review engine.
sprint-status
Reports running, idle, crashed, or completed states of dev-team sessions across registered repos.
resume-dev-team
Resumes a crashed Claude Code dev-team session in a new Terminal tab using its recorded session ID.
lane-check
Checks repos for forbidden cross-lane imports and reports violations with file, line, and RACI rule.
qa-ux
Drives live applications across browser, CLI, and MCP surfaces to produce defect reports and UX flow-graphs.
sprint-accept
Synthesizes sprint artifacts and VP reviews into a final CTO accept or reject decision.
handoff
Generates per-repo sprint mission briefs and launches Terminal tabs running Claude dev-team sessions.
digest
Generates a daily CTO digest summarizing fleet health, recent ADRs, and pending escalations.
codegram
Queries cross-repo symbol definitions and import dependencies through a code-graph engine.
escalate-drain
Reads pending escalation files from the CTO inbox and presents them for rulings.
sprint-verify
Verify sprint acceptance criteria against test, QA, and demo evidence in conformance.md.
setup
Configures a fresh template clone by checking prerequisites and registering sibling git repos.
vp-review
Runs multi-persona VP reviews of artifacts and synthesizes a CTO verdict.
close-window
Closes the Terminal window of a finished dev-team Claude Code session on macOS.
new-project
Scaffolds a private CTO home and dev repos locally, then prints git and gh publish commands.
arch-map
Seeds and renders the RACI component map with Mermaid diagrams for multi-repo ownership boundaries.
send
Inject messages into running dev-team Claude Code sessions via osascript keystrokes.
peek
Inspect a backgrounded dev-team session by parsing its JSONL transcript for recent activity.
Frequently Asked Questions About Alessandro Pireno
FAQPage SchemaWhat tasks can I accomplish with apireno's skill set?▼
You can draft parallel per-repo sprint plans from a PRD, launch dev-team sessions with mission briefs, monitor fleet status, resume crashed sessions, run multi-VP artifact reviews, enforce lane-boundary rules, verify acceptance criteria with evidence, and formally accept or reject completed sprints.
Who is the intended user of these skills?▼
The skills target a CEO/CTO operator managing multiple repositories through parallel dev-team sessions. Personas like vp-eng, vp-prod, vp-security, vp-devops, and vp-compliance provide multi-perspective review, while the CTO synthesizes verdicts and makes accept/reject decisions.
How does a typical sprint run from start to finish?▼
Run /sprint-fanout with a PRD path to draft per-repo plans, get VP review, then /handoff to spawn per-repo dev sessions. Track progress with /sprint-status and /peek, run /qa-ux and /sprint-verify for evidence, then close with /sprint-accept.
What prerequisites and dependencies are required?▼
The /setup skill checks git identity, gh auth, and review-engine environment variables — ANTHROPIC_API_KEY must be unset and OPENROUTER_API_KEY is needed for the kimi engine. The /codegram skill additionally requires the project's code-graph engine running to answer cross-repo symbol queries.
How does the system enforce architecture boundaries across repos?▼
The /lane-check skill runs lane-boundary linting per ADR-001, reporting forbidden cross-lane imports with file, line, lane, and RACI rule. The /arch-map skill renders the RACI plus C4 component map defining ownership and boundary contracts before work is fanned out.