ryan-scheinberg/remote-workstreams
Plugin Claude Code
Plugin marketplace listing 1 plugin: remote-workstreams.
ryan-scheinberg/remote-workstreams
Plugin Claude Code
Plugin marketplace listing 1 plugin: remote-workstreams.
ryan-scheinberg/remote-workstreams
Instructions file CodexOpenCode
AGENTS.md instructions for ryan-scheinberg/remote-workstreams, covering remote-workstreams — agent orientation, state, commands, layout and conventions.
ryan-scheinberg/remote-workstreams
Plugin Claude Code
Voice interface for Claude Code on your own Mac + tailnet.
ryan-scheinberg/remote-workstreams
Command
Deploy remote-workstreams on this Mac — tmux + Tailscale, Deepgram/Cartesia keys into the Keychain, pairing PIN, launchd service, tailscale serve, pairing QR, round-trip test.
ryan-scheinberg/remote-workstreams
Skill Claude CodeCodex
Deploy remote-workstreams on this Mac — tmux + Tailscale checks, engine wiring (Claude Code / Codex), Deepgram/Cartesia keys into the macOS Keychain, pairing PIN, launchd install, tailscale serve, pairing QR, round-trip test. Use when the user wants to install, deploy, or repair a remote-workstreams service.
ryan-scheinberg/remote-workstreams
Skill Claude CodeCodex
Install the conversation role on a session. Makes it the spoken layer of remote-workstreams — every reply is piped to text-to-speech and read aloud verbatim. Invoked by the service as /remote-workstreams:role-convo (Claude Code) or $role-convo (Codex).
ryan-scheinberg/remote-workstreams
Skill Claude CodeCodex
Install the injector role on an ephemeral session. Distills the latest conversation delta into a self-contained directive for a running workstream. Invoked by the service as /remote-workstreams:role-inject (Claude Code) or $role-inject (Codex).
ryan-scheinberg/remote-workstreams
Skill Claude CodeCodex
Install the stint-planner role on an ephemeral session. Distills the latest arc of the voice conversation into a stint plan for an execution session. Invoked by the service as /remote-workstreams:role-stint-plan (Claude Code) or $role-stint-plan (Codex).
Instructions file CodexOpenCode
Instructions for ryan-scheinberg/harness, covering harness repo — agent notes, install / refresh, codex ↔ claude companions, constraints and hooks.
Skill Claude CodeCodex
Install build role on a session. Takes one unit of work from directive to a verified, well-architected change.
Skill Claude CodeCodex
Install root role on a session. The user's base session.
Skill Claude CodeCodex
Install verify role on a session. The fast independent check that a claimed artifact is actually done — spawned proactively before any parent reports done, opens a PR, deploys, or publishes.
Skill Claude CodeCodex
Guidance for updating agent-facing files (skills, AGENTS.md, subagent definitions) when you discover they are wrong, incomplete, or stale. Use when you've solved a problem that revealed a gap, or when the user says to update a skill, AGENTS.md, or agent. The trigger is friction; you learned something the knowledge…
Skill Claude CodeCodex
Implement a vertical slice from SLICES.md end-to-end using TDD. Use when user wants to code a slice of a project or mentions "complete slice".
Skill Claude CodeCodex
Take a brief idea and produce a complete PROJECTBRIEF.md as if the user wrote it on their best day. Covers features, fixes, infra, and full products alike. Use when user wants to define a project, scope a feature, plan a complex fix, or mentions "project brief" or "new project".
Skill Claude CodeCodex
Refine any plan/artifact through rigorous, structured questioning until every decision is resolved. Use when user wants to stress-test a plan, iterate on a brief or be grilled on a PROJECTBRIEF.md.
Skill Claude CodeCodex
Decompose a PROJECTBRIEF.md into vertical, TDD-ready implementation slices. Each slice is independently demoable. Use when user wants to break down a project into slices.
Skill Claude CodeCodex
Install deploy role on a session. Ships a verified batch through the project's own deploy skill.
Skill Claude CodeCodex
Install harness-engineer role on a session.
Skill Claude CodeCodex
Install QA role on a session. The tough batch gate before deploy — stand the assembled system up in a dev environment and try hard to break it, through the project's own test discipline.