Solace (Mark)
Community@mark-brannan · Seattle, WA
Personal account; Founder @Dark-Star-LLC ; currently @ HCLTech / Boeing ; previously @markatgrindr (Grindr, 2022-2023) ; Amazon (2011-2022);
Agent Skills by Solace (Mark)
Showing 10 vetted skills indexed across 1 GitHub repositories.
card-helper
Guides users through open-loop kanban cards one step at a time with exact links and commands.
reconcile
Verifies board cards and memos against GitHub state and corrects stale records.
card-write
Route open loops to GitHub issues or a kanban.md board in a one-line card format.
wrapup
Writes session narrative logs, hand-off prompts, and board sweep results to a state repository.
npm-first-publish
Guides the manual first publish of a new npm package before trusted-publisher CI takes over.
pickup
Resumes prior session work from checkpoint resume blocks via pickup-list.
sweep
Prunes stale or already-ruled cards from a kanban board's decision sections.
iada
Ranks system elements by change cost across identifiers, API, data, and architecture layers.
sequence
Walk decision cards to typed rulings, spawned work items, or unblocked states.
worklist
Reports project status and next unblocked work by running the worklist script.
Frequently Asked Questions About Solace (Mark)
FAQPage SchemaWhat tasks can I perform with Solace's skills?▼
You can capture open loops as kanban cards, walk cards step-by-step with exact links and commands, reconcile the board against GitHub reality, garbage-collect stale entries, rank system parts by change cost with IADA, walk decision cards to rulings, publish a new npm package's first release, and resume or wrap up sessions.
Who are these skills designed for?▼
They are built for a single developer (Solace) running a personal kanban.md board across sessions, but the patterns suit any engineer managing open loops, decision cards, and GitHub issues who wants mechanical, proof-backed board hygiene rather than autonomous work execution.
How do the session continuity skills work in practice?▼
The wrapup skill writes a narrative log to a state repo, lists opened or labelled issues, dry-runs a board sweep, and emits a paste-ready hand-off prompt. The pickup skill later reads the resume block from that checkpoint to restore context and continue the same branch of work.
What prerequisites do these skills require?▼
They assume a global kanban.md board in the house format, a state repo for session logs, and GitHub CLI access, since reconcile verifies every finding with a gh check. The worklist skill additionally depends on running its underlying worklist script to report project status.
Do these skills do the work autonomously?▼
No. Card-helper explicitly escorts the user through loops only the user can close in UIs and accounts an agent cannot reach, and sweep deletes or moves only items the user ticks. Reconcile and sweep are mechanical and proof-based, while sequence handles high-judgment decision rulings.