arrrrny/zuraffa

🦒 Zuraffa AI first Flutter Clean Architecture Framework and CLI

5Stars on the repository
60Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

speckit.bug.assess

01

arrrrny/zuraffa

Command

Assess a bug report (pasted text or URL) against the codebase and produce an assessment with possible remediation.

5 2d ago D 22 tokens original MIT

speckit.bug.fetch

02

arrrrny/zuraffa

Command

Load an existing GitHub issue into the bug workflow (the complement of bug.issue) and seed a triage draft.

5 2d ago A 23 tokens original MIT

speckit.bug.fix

03

arrrrny/zuraffa

Command

Apply the remediation from a bug assessment and record what was changed.

5 2d ago A 12 tokens original MIT

speckit.bug.issue

04

arrrrny/zuraffa

Command

File a GitHub issue from a bug assessment (the 'report' phase) and record the issue link.

5 2d ago A 21 tokens original MIT

speckit.bug.pr

05

arrrrny/zuraffa

Command

Open a pull request for the applied bug fix, linking the tracked issue.

5 2d ago A 14 tokens original MIT

speckit.bug.test

06

arrrrny/zuraffa

Command

Validate that a previously fixed bug is resolved and record the verification report.

5 2d ago A 13 tokens copy · 88% MIT

arrrrny/zuraffa

Command

Scope a maintenance chore against the codebase and the project constitution, and write an assessment.

5 2d ago C 17 tokens original MIT

speckit.chore.fetch

08

arrrrny/zuraffa

Command

Load an existing GitHub issue into the chore workflow and seed a triage draft.

5 2d ago A 16 tokens original MIT

speckit.chore.issue

10

arrrrny/zuraffa

Command

File a GitHub issue from a chore assessment (the 'report' phase) and record the issue link.

5 2d ago A 21 tokens original MIT

speckit.chore.pr

11

arrrrny/zuraffa

Command

Open a pull request for the implemented chore, linking the tracked issue.

5 2d ago A 13 tokens copy · 89% MIT

arrrrny/zuraffa

Command

Create a GitHub issue describing a new feature, label it with the configured feature label, and optionally auto-run speckit.specify to turn it into a spec.

5 2d ago A 33 tokens original MIT

arrrrny/zuraffa

Command

Fetch open GitHub issues, classify each as bug, feature, or chore, then DELEGATE to the correct extension: bugs → bug.fetch (saved under .specify/bugs/), chores → chore.fetch (saved under .specify/chores/), features → speckit.specify (saved under specs/). Never save bugs or chores as specs.

5 2d ago A 75 tokens original MIT