agentsclimarketplace

Sy brainstorm

Skill jscraik/Agent-Skills/Plugins/synaipse-harness/skills/sy-brainstorm

Governed skill foundry and Skills SDK for Codex/AI coding agents: author, validate, evaluate, and sync runtime projections through ask.

Install
npx -y skills add jscraik/Agent-Skills --skill sy-brainstorm

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Analyze options and trade-offs before traceable work is ready, without pretending exploration is a plan. Use when the user wants options, alternatives, decision matrices, or a bounded ideation pass before trace planning.

SKILL.md

3.0 KB, 529 tokens by cl100k_base, as published. Nobody here has run it

SynAIpse Harness Brainstorm

When to use

Use when the user wants options, alternatives, decision matrices, or a bounded ideation pass before trace planning.

Required inputs

  • User request or routed handoff naming this stage.
  • Current repository, branch, artifact, tracker, PR, validation, and session evidence when available.
  • The previous-stage artifact when this stage depends on one.

Deliverables

  • A stage result with schema_version, stage, status, evidence_refs, blocked_by, and next_stage.
  • Exact validation status using pass, fail, or blocked.
  • A handoff that names what is proven and what remains unproven.

Procedure

  1. Restate the active repo, branch, requested stage, and available evidence.
  2. Check the previous-stage artifact or explain why it is not required.
  3. Perform only the work owned by brainstorm.
  4. Record evidence refs and classify each lane as pass, fail, blocked, or not_checked.
  5. Emit the next-stage handoff to trace-plan or a blocker with the smallest recovery step.

Validation

Fail fast: stop at the first failed required gate, classify the blocker, and do not proceed to downstream stages until the failure is resolved or explicitly waived. Run the smallest relevant local check for changed files; for package-level changes, run plugin validation and SDK proof commands from the repository wrapper.

Handoff

Return the stage artifact or blocker, then hand off to trace-plan only after this stage's exit criteria are satisfied.

Failure modes

  • Missing previous-stage artifact: block and request or create the required artifact through the owning stage.
  • Conflicting evidence lanes: route to reconcile.
  • Repeated failure or durable learning: route to reinforce.
  • Requested action exceeds authority: block with the required authorization.

Gotchas

Do not use this stage to skip the lifecycle, merge evidence lanes, mutate external systems without explicit authorization, or complete another stage's exit criteria.

  • Similar legacy names may exist in caches or older Harness Engineering packages; do not expose them as SynAIpse active skills.
  • A local artifact can explain work, but it does not prove remote PR, CI, tracker, or deployment state.
  • If multiple stages seem plausible, route to sy-reframe instead of doing blended stage work.

References

What ships with it: 7 files

65.8 KB alongside SKILL.md

agents/

assets/

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.