AgentStack
SKILL verified MIT Self-run

Sv Workflow Pattern

skill-mbtz-agent-skills-sv-workflow-pattern · by mbtz

Follow the team workflow expectations while working.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-mbtz-agent-skills-sv-workflow-pattern

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Sv Workflow Pattern? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Follow the team workflow pattern while working:

  • Update status as you work (open → in_progress → closed).
  • Keep Epics open until all child tasks are completed and closed.
  • If an Epic is closed but have open child tasks, set the Epic's status to open
  • Use descriptive titles and descriptiuons and use appropriate priority,

status and parents/children when creating new tasks.

  • Implement the tasks from highest to lowest priotity (P0 → P4) based on

the furthest leaf task in the children tree.

To examplify how to properly select the right tasks, given a task tree as follows:

.
├── Example task A (P3) - Single standalone task with priotity P3
├── EPIC: Example epic A (P1)
|   ├── Example child task AA (P2)
│   └── Example child task AB (P0)
│       ├── Example leaf task ABA (P1)
│       └── Example leaf task ABB (P0)
└── EPIC: Example Epic B (P0)
    ├── Example child task BA (P2)
    │   ├── Example leaf task BAA (P1)
    │   └── Example leaf task BAB (P0)
    └── Example child task BB (P2)
        ├── Example leaf task BBA (P1)
        └── Example leaf task BBB (P3)

The order would be:

  • Example leaf task BAB (P0)
  • Example leaf task BAA (P1)
  • Example child task BA (P2)
  • Example leaf task BBA (P1)
  • Example leaf task BBB (P3)
  • Example child task BB (P2)
  • EPIC: Example Epic B (P0)
  • Example leaf task ABB (P0)
  • Example leaf task ABA (P1)
  • Example child task AA (P2)
  • EPIC: Example epic A (P1)
  • Example task A (P3)

So in short, taking the highest priotity task and doing the highest priority sub tasks with a deep first strategy.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.