MySpec
Official@myspecs · Singapore
AI spec-writing assistant that turns messy ideas into clear, structured requirements you can actually build from.
Agent Skills by MySpec
Showing 10 vetted skills indexed across 1 GitHub repositories.
integrate
Verifies, merges, and reconciles factory worker pull requests against spec acceptance criteria.
plan
Builds factory wave plans by grouping MySpec tasks.md tasks into parallel worker groups.
dispatch
Groups related factory tasks and spawns one Claude Code worker session per group.
shift
Schedules unattended factory shifts as Claude Code cloud routines running the manager loop.
setup
Validates MySpec, GitHub, and cloud access before starting a software factory run.
watch
Streams MySpec project events over WebSocket and maps each event to factory manager actions.
implement
Implements software tasks from MySpec specification bundles using Spec Driven Development.
analyze
Verifies MySpec spec bundles for consistency and code-to-spec convergence with severity-ranked findings.
reverse-bridge
Exposes a local repository to a MySpec brownfield spec session over a reverse WebSocket MCP bridge.
spec-authoring
Write and push Spec Driven Development documents in MySpec platform formats.
Frequently Asked Questions About MySpec
FAQPage SchemaWhat tasks can I accomplish using MySpec's skills?▼
You can author spec documents (constitution, requirements, solution, tasks, proposals), verify bundles for traceability and drift, plan parallel task waves, dispatch grouped Claude Code worker sessions, integrate and merge worker pull requests against acceptance criteria, and schedule unattended factory shifts on a cadence.
Who is MySpec designed for?▼
MySpec targets software engineers and technical leads practicing Spec Driven Development who want structured requirements with EARS acceptance criteria, plus managers orchestrating parallel Claude Code factory workers across brownfield or greenfield repositories with milestone gates and pull request verification.
How do I set up and run a MySpec software factory?▼
Run the setup skill to verify MySpec sign-in, cloud-session readiness, repository plugin and MCP configuration, GitHub access, and branch protection. It then lists your MySpec projects and starts the event-stream Monitor. Afterward, use plan, dispatch, watch, and integrate to run waves.
What prerequisites and dependencies do MySpec skills require?▼
Most skills require the myspec MCP server for reading and pushing spec files, and the reverse-bridge skill requires a signed-in MySpec CLI. Dispatch prefers cloud sessions via claude --cloud or a remote subagent, falling back to local git worktree sessions. The setup skill diagnoses missing dependencies.
Can MySpec share my local repository with a web spec session?▼
Yes. The reverse-bridge skill runs the MySpec reverse MCP bridge to mount your local workspace so a MySpec brownfield spec session can read your code. Use it when a webapp session reports reverse_mcp_unavailable or cannot read local files; a signed-in MySpec CLI is required.