Stefano Ginella
Community@stefanoginella · Italy
WP and stuff. Yes, this photo is quite old.
Agent Skills by Stefano Ginella
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Stefano Ginella
FAQPage SchemaWhat tasks can I run with Stefano Ginella's auto-bmad skill?▼
Auto-bmad runs the full BMAD build lane end-to-end: an entire epic in one run, a single story via --story, or spec-driven runs via --spec. It also supports setup, reprovision, reset-defaults, config-check, and plain-language run instructions such as dry runs or stopping before review.
Who should use the auto-bmad-compat-check skill?▼
It targets maintainers of the auto-bmad repository itself, not end-user BMAD projects. It is user-invocable only via /auto-bmad-compat-check and never auto-triggers mid-pipeline, making it safe for maintainers verifying upstream npm releases before adopting them.
How does auto-bmad-compat-check verify new package releases?▼
It checks bmad-method and bmad-method-test-architecture-enterprise at both latest stable and next prerelease, diffing published packages against the last verified version, cross-referencing release notes and post-stable commits, and assessing impact on parsed contracts, the review-layer asset, and delegated skills.
What packages does auto-bmad depend on?▼
Auto-bmad delegates into two npm packages: bmad-method, the core BMM line covering bmad-build-auto, bmad-sprint-planning, and bmad-retrospective; and bmad-method-test-architecture-enterprise, the separately versioned TEA test-architecture module.
Can auto-bmad run partially or with custom instructions?▼
Yes. Beyond epic and story modes, it accepts plain-language instructions per run, such as approving the spec first, stopping before the review, or performing a dry run, giving operators granular control over how far the build lane proceeds.