deferred-capture

Solid

Contract for unified deferred-item capture across plugins. Defines CLI interface, issue template, label taxonomy, and compliance test.

AI & Automation 308 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Deferred Capture Contract ## When To Use - Building a new plugin deferred-capture wrapper - Validating an existing wrapper against the contract - Adding new source labels or template fields ## When NOT To Use - Capturing a deferred item at runtime (use the plugin wrapper directly, e.g. `scripts/deferred_capture.py`) - Creating GitHub issues manually Specification that all plugin deferred-capture wrappers implement. Not a runtime dependency -- a convention. ## CLI Interface Required arguments: - `--title` (str): Concise description. Becomes issue title after `[Deferred]` prefix - `--source` (str): Origin skill. One of: war-room, brainstorm, scope-guard, feature-review, review, regression, egregore - `--context` (str): Why raised and why deferred Optional arguments: - `--labels` (str): Comma-separated additional labels beyond `deferred` + source - `--session-id` (str): Session ID. Canonical source: `$CLAUDE_SESSION_ID` env var, fallback: UTC timestamp `YYYYMMDD-HHMMSS` - `--artifact-path` (str): Absolute path or `$HOME`-based path to source artifact - `--captured-by` (str): `explicit` (default) or `safety-net` - `--dry-run` (flag): Print JSON output without creating issue ## Issue Template Title: `[Deferred] <title>` Labels: `deferred` + `<source>` Body: ## Deferred Item **Source:** <source> (session <session-id>) **Captured:** <YYYY-MM-DD> **Branch:** <current git branch> **Captured by:** <explicit|safety-net> ### Contex...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

defer

Use when you notice something to fix later while working on another task - captures context without breaking flow (~10 seconds)

84 Updated yesterday
denolfe
AI & Automation Listed

deferred-comp

Model nonqualified deferred comp (NQDC / 409A) elections for high-W2 execs and profitable S/C-corp owner-operators — defer-now-vs-take-now, lump-vs-installment distribution, and bracket / Medicare IRMAA / NIIT / Additional-Medicare smoothing into low-income FIRE bridge years, with employer unsecured-creditor risk. Use whenever someone asks "should I defer my bonus", "NQDC lump vs installment", "defer salary past my 401(k) cap", "what's the creditor risk of my deferred comp", "409A election — defer now or take now?", or "smooth my NQDC payouts to avoid IRMAA". Thin orchestration over the planfi MCP.

0 Updated today
KameronKales
AI & Automation Listed

specification-capture

Capture the three specification elements (non-goals, failure modes, interface contracts) for an issue and persist them to the decision journal under a ## Specification heading. Use when starting work on an issue (Phase 1 of /flow:start), entering a design discussion (/flow:design), or starting a brainstorm (/flow:brainstorm). This skill MUST be consulted because acceptance criteria alone do not describe the full specification — without explicit non-goals, failure modes, and interface contracts, downstream phases (PLAN, CODE, VERIFY) cannot fence the implementation or know what behavior to test.

5 Updated 2 weeks ago
synaptiai