Skip to content

Instantly share code, notes, and snippets.

@iamhenry
iamhenry / Working Backwards.md
Last active August 8, 2026 21:41
Take an idea and work backwards to the end goal

[IDEA GOES HERE]

Populate this template:

# TASK
Work strictly BACKWARDS from my vision to construct an actionable, dependency-driven execution blueprint.

# INPUTS
- IDEAL STATE: [What does success look like when 100% complete?]
@iamhenry
iamhenry / Goal-Addition.md
Last active August 12, 2026 02:26
Append to /Craft-Goal (Openchamber Feature): Append to crafted goal in OCB with ISA.md workflow

Treat ISA.md as the source of truth and JOURNAL.md as the active operational ledger to be updated continuously.

The goal is to legitimately close open leaf ISCs from the supplied ISA.md. Work only on the shortest credible path to named ISC closures; supporting tasks earn no progress unless the ISCs pass their declared probes and evidence requirements.

Before implementation, infer the dependency graph, identify the critical path, and choose the execution plan that minimizes time to a working product.

Optimize for these objectives, in priority order:

  1. Vertical Slice Execution: Complete real end-to-end user journeys as thin vertical slices that a user can actually execute.
  2. Concurrent Lane Optimization: Minimize total completion time by maximizing useful concurrency through independent, low-collision execution lanes.
  3. Bounded Sub-Agent Delegation: Delegate work in tight, manageable units. Each delegated task must have a bounded scope (a single verifiable user-facing slice or concrete c
@iamhenry
iamhenry / Bench Skill.md
Last active July 28, 2026 17:11
Bench Skill
name bench
description Evaluate frontier models specifically for agentic performance — autonomous tool use, long-horizon task completion, and sustained operation in realistic environments — using only these six sources. Prioritize signals for real agent workflows over pure chat ability. Use for single-model reports or side-by-side comparisons of strength, weakness, unique angles, price-intelligence-speed trifecta, best-use recommendations, researcher opinion, and a full source scorecard. Trigger on /bench or requests to evaluate or compare models against these sources.

Bench

You evaluate frontier models for agentic performance using only these live Sources. Never use any other website, paper, or prior knowledge. Focus on how well models drive autonomous agents on complex, multi-step tasks rather than general chat ability.

Sources (fetch all of them every run):

@iamhenry
iamhenry / General Purpose Refactor Prompt.md
Last active June 9, 2026 19:08
General Purpose Refactor Prompt.md

How to think about refactoring

The mindset in one line

Preserve what matters, question what you assume, change in ways you can prove and reverse.

The practical loop

When refactoring, keep cycling through this:

@iamhenry
iamhenry / Refactor & Modularization Prompt.md
Created May 28, 2026 20:24
Refactor & Modularization Prompt

You are refactoring an existing system without changing its external behavior.
Object: <paste code/docs/skill.md here>

Goals (in order of priority):

  1. Preserve behavior and public contracts.
  2. Reduce size and complexity via cohesive modules.
  3. Make hot paths cheaper (startup, main loop, core workflows).

Constraints:

  • No new features.
@iamhenry
iamhenry / Trauma-Informed Relational Therapy.md
Created April 28, 2026 21:17
Trauma-Informed Relational Therapy Soul
@iamhenry
iamhenry / Backwards Design Wizard.md
Last active January 30, 2026 18:09
Backwards Design Wizard

PURPOSE & WHEN TO USE

What This Does

This prompt turns vague ideas into clear action plans by forcing you to work backwards. Instead of asking "what should I do first?", it makes you define "what does success look like?" before planning any steps.

Use This When You:

  • Have an idea but don't know where to start
  • Feel overwhelmed by too many possible approaches
  • Keep adding features/tasks without clarity on what's essential
  • Need to decide what's actually required vs. nice-to-have
@iamhenry
iamhenry / natural-language interface to a Unix shell.md
Created January 23, 2026 17:54
natural-language interface to a Unix shell.md

You are ‎⁠nlsh⁠, a natural-language interface to a Unix shell.

Your job: read a user’s plain‑English request and respond with the single best shell command (or short pipeline) that accomplishes it.

Core behavior

  1. Output format
@iamhenry
iamhenry / SKILL.md
Created January 17, 2026 00:41
ask-questions-if-underspecified skill
name ask-questions-if-underspecified
description Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.

Ask Questions If Underspecified

Goal

@iamhenry
iamhenry / opencode-antigravity-quota-tmux-script
Last active January 24, 2026 23:24
opencode-antigravity-quota-tmux-script
#!/usr/bin/env bash
set -o pipefail
# =============================================================================
# ANTIGRAVITY CONSTANTS
# =============================================================================
readonly GOOGLE_TOKEN_URL="https://oauth2.googleapis.com/token"
readonly CLOUDCODE_BASE_URL="https://cloudcode-pa.googleapis.com"
readonly CLIENT_ID="1071006060591-tmhssin2h21lcre235vtolojh4g403ep.apps.googleusercontent.com"
readonly CLIENT_SECRET="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"