— No reviews yet
0 installs
5 views
0.0% view→install
Install
$ agentstack add skill-jeremylongshore-claude-code-plugins-plus-skills-hyperflow-scope ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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 Hyperflow Scope? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
hyperflow-scope — decomposition phase (Antigravity single-agent)
Decompose, don't build. The only writes are to .hyperflow/. Follow the hyperflow doctrine.
Steps
- Research the affected surface (files to read/modify/create, conventions, test patterns). If the request is actually a design question, redirect to
hyperflow-specand stop. - Produce a batch graph. Order batches topologically; each sub-task = one coherent change nameable in a single conventional-commit subject. Split any sub-task that touches >5 files, >500 LOC, spans 2+ subsystems, or would take a reviewer >10 min to grasp.
- Write
.hyperflow/tasks/.mdwith: status table (progress, branch, commit cadence) → Goal → Why → Scope-at-a-glance table → Affected files (created/modified) → Execution plan (batch graph) → Batches (each sub-task with role, files, complexity, acceptance criteria, commit-message stub) → Verification plan. - Print a one-line summary:
Plan ready — .hyperflow/tasks/.md (N batches, M sub-tasks). - Hand off: invoke the
hyperflow-dispatchskill with the task slug.
Rules
- No implementation code; no source edits.
- Single-batch plans for multi-file work are an anti-pattern — decompose.
- Always include a concrete verification plan.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jeremylongshore
- Source: jeremylongshore/claude-code-plugins-plus-skills
- License: MIT
- Homepage: https://tonsofskills.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.