propose-spec
openbooklet.com/s/propose-specopenbooklet.com/s/propose-spec@1.0.0GET /api/v1/skills/propose-specExplore a spec idea and produce a structured proposal
sr:auto-propose-backlog-specs â Generate new feature ideas through product discovery, create GitHub Issues.
sr:batch-implement â Batch implementation orchestrator. Accepts multiple feature references, computes dependency-aware execution waves, invokes sr:implement per wave.
sr:compat-check â Snapshot the API surface and detect breaking changes against a prior baseline. Generates a migration guide when breaking changes are found.
sr:get-backlog-specs â View product-driven backlog from GitHub Issues and propose top 3 for implementation.
Inspect and manage agent memory directories. Lists all sr-* agent memory stores, shows per-agent stats (file count, size, last modified), displays recent entries, and detects stale or orphaned files.
Resolve git merge conflicts using AI-powered context analysis and OpenSpec context bundles.
Archive multiple completed changes at once. Use when archiving several parallel changes.
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
sr:refactor-recommender â Scan the codebase for refactoring opportunities ranked by impact/effort ratio. Optionally creates GitHub Issues for tracking.
sr:batch-implement â Batch implementation orchestrator. Accepts multiple feature references, computes dependency-aware execution waves, invokes sr:implement per wave.
sr:compat-check â Snapshot the API surface and detect breaking changes against a prior baseline. Generates a migration guide when breaking changes are found.
sr:health-check â Run a comprehensive codebase health check: tests, linting, coverage, complexity, and dependency audit.
sr:implement â Full OpenSpec lifecycle with specialized agents: architect designs, developer implements, reviewer validates. Use for implementing GitHub Issues or feature descriptions.
sr:product-backlog â View product-driven backlog from GitHub Issues and propose top 3 for implementation.
sr:update-product-driven-backlog â Generate new feature ideas through product discovery, create GitHub Issues.
Auto-indexed from fjpulidop/specrails-core
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.