Alessandro Pireno avatar

Alessandro Pireno

Community

@apireno

15Followers
|
13Public Repos
|
18Published Skills

Multi-repo sprint orchestration system for coordinating parallel dev-team sessions, VP reviews, QA gates, and sprint acceptance across a project fleet.

Skills Distribution
DomainDeveloper To...Multi-Repo Sprint .. (40%)Dev-Team Session M.. (25%)Architecture Gover.. (20%)QA Verification & .. (15%)

Agent Skills by Alessandro Pireno

Showing 18 vetted skills indexed across 1 GitHub repositories.

apirenoapireno
1

sprint-fanout

Drafts per-repo sprint plans in parallel from a PRD using the configured review engine.

Community
Advanced
apirenoapireno
1

sprint-status

Reports running, idle, crashed, or completed states of dev-team sessions across registered repos.

Community
Advanced
apirenoapireno
1

resume-dev-team

Resumes a crashed Claude Code dev-team session in a new Terminal tab using its recorded session ID.

Community
Advanced
apirenoapireno
1

lane-check

Checks repos for forbidden cross-lane imports and reports violations with file, line, and RACI rule.

Community
Intermediate
apirenoapireno
1

qa-ux

Drives live applications across browser, CLI, and MCP surfaces to produce defect reports and UX flow-graphs.

Community
Advanced
apirenoapireno
1

sprint-accept

Synthesizes sprint artifacts and VP reviews into a final CTO accept or reject decision.

Community
Advanced
apirenoapireno
1

handoff

Generates per-repo sprint mission briefs and launches Terminal tabs running Claude dev-team sessions.

Community
Advanced
apirenoapireno
1

digest

Generates a daily CTO digest summarizing fleet health, recent ADRs, and pending escalations.

Community
Intermediate
apirenoapireno
1

codegram

Queries cross-repo symbol definitions and import dependencies through a code-graph engine.

Community
Intermediate
apirenoapireno
1

escalate-drain

Reads pending escalation files from the CTO inbox and presents them for rulings.

Community
Intermediate
apirenoapireno
1

sprint-verify

Verify sprint acceptance criteria against test, QA, and demo evidence in conformance.md.

Community
Advanced
apirenoapireno
1

setup

Configures a fresh template clone by checking prerequisites and registering sibling git repos.

Community
Advanced
apirenoapireno
1

vp-review

Runs multi-persona VP reviews of artifacts and synthesizes a CTO verdict.

Community
Advanced
apirenoapireno
1

close-window

Closes the Terminal window of a finished dev-team Claude Code session on macOS.

Community
Advanced
apirenoapireno
1

new-project

Scaffolds a private CTO home and dev repos locally, then prints git and gh publish commands.

Community
Advanced
apirenoapireno
1

arch-map

Seeds and renders the RACI component map with Mermaid diagrams for multi-repo ownership boundaries.

Community
Intermediate
apirenoapireno
1

send

Inject messages into running dev-team Claude Code sessions via osascript keystrokes.

Community
Advanced
apirenoapireno
1

peek

Inspect a backgrounded dev-team session by parsing its JSONL transcript for recent activity.

Community
Advanced

Frequently Asked Questions About Alessandro Pireno

FAQPage Schema
What 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.