AgentStack
SKILL verified MIT Self-run

Stackbrief

skill-mojeebdev-stackbrief-agent · by mojeebdev

Create a source-cited architectural brief before planning or making a repository change.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-mojeebdev-stackbrief-agent

✓ 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 Stackbrief? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

StackBrief: the architectural brief before a code change

Use this workflow when a developer asks to change code, investigate a likely change, review the impact of a planned edit, or asks which files matter before implementation.

StackBrief is static, local analysis. It provides evidence and constraints; it does not replace runtime verification, product decisions, or developer judgement.

Before changing code

  1. Identify the most likely source file to change. If there are several plausible entry points, state the ambiguity and ask the developer which one they intend to touch.
  2. From the repository root, run:

``sh stackbrief brief --file ``

  1. Read the brief before proposing or applying the implementation. Carry forward the cited routes, services, databases, external APIs, direct dependents, test targets, and unknowns that are relevant to the requested change.
  2. Do not invent architecture that the brief does not evidence. Explicitly distinguish static findings from assumptions needing runtime, configuration, feature-flag, or product confirmation.

Before a commit or review

After a real change has been staged, run:

stackbrief brief --staged

Use the result as a compact review checklist. Do not stage artificial changes merely to invoke this command.

When StackBrief is unavailable

Explain that the pre-change brief could not be generated. Continue only with normal repository inspection, clearly labelling the result as manual rather than StackBrief-derived evidence.

Principle

The purpose is not to make a developer slower or second-guess them. It is to make the architectural consequences visible before they touch the code or delegate a prompt.

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.