VerifiedGit
v1.0.0

Spec Orchestrator

by @Viniciuscarvalho0 pulls
URLopenbooklet.com/s/spec-orchestrator
Pinnedopenbooklet.com/s/spec-orchestrator@1.0.0
APIGET /api/v1/skills/spec-orchestrator

Coordinates the full lifecycle of specification development: writing, multi-agent review, revision, and approval. Simulates diverse team perspectives during review and iterates until the spec is approved or escalated to the user.

17 skills from this repoViniciuscarvalho/Feature-marker
Spec Orchestratorviewing
AC Lock Checkpointfeature-marker-dist/feature-marker/resources/spec-workflow/skills/ac-lock/SKILL.md

Runs **automatically as Phase 4.0**, after Tasks Validation and before the first implementation task. Purpose: give the user one final explicit confirmation that the Acceptance Criteria represent what they actually want — before any implementation begins.

Context Gathererfeature-marker-dist/feature-marker/resources/spec-workflow/skills/context-gatherer/SKILL.md

Runs **automatically as Phase 0.1**, before `idea-explorer` asks its first question. Purpose: ground the entire spec in the actual codebase — not assumptions.

create-worktreefeature-marker-dist/feature-marker/resources/spec-workflow/skills/create-worktree/SKILL.md

Create and bootstrap a git worktree for isolated development work.

feature-marker

Automates feature development with a 5-phase workflow:

Idea Explorerfeature-marker-dist/feature-marker/resources/spec-workflow/skills/idea-explorer/SKILL.md

Explore, understand and refine ideas ready to be turned into designs and specs.

ios-workflowfeature-marker-dist/feature-marker/resources/spec-workflow/skills/ios-workflow/SKILL.md

iOS-specific workflow activated automatically when platform-context.json reports primary_platform=ios. Handles toolchain verification, Swift Testing patterns, XcodeBuildMCP integration, and SwiftLint.

learning-curatorfeature-marker-dist/feature-marker/resources/skills/learning-curator/SKILL.md

Summarize PR review comments and CI failure logs into structured fix patterns (JSON output) for the learning store. Use when review or CI signals are available after a PR is merged.

platform-detectionfeature-marker-dist/feature-marker/resources/spec-workflow/skills/platform-detection/SKILL.md

Centralized tech-stack detection engine. Identifies iOS, Node.js, Rust, Python, Go from project files. Run once at workflow start; result is cached in platform-context.json.

PRD Validatorfeature-marker-dist/feature-marker/resources/spec-workflow/skills/prd-validator/SKILL.md

Runs **automatically as Phase 1.5**, between PRD generation and TechSpec generation. Purpose: catch problems in the PRD before they propagate into the TechSpec and Tasks.

Prompt Enricherfeature-marker-dist/feature-marker/resources/spec-workflow/skills/prompt-enricher/SKILL.md

Runs **automatically as Phase 0.2**, after context-gatherer and before `idea-explorer` questions. Purpose: transform the raw user prompt into a grounded, constraint-aware brief that prevents the spec from ignoring known realities of the codebase.

Spec Workflow Initfeature-marker-dist/feature-marker/resources/spec-workflow/skills/spec-workflow-init/SKILL.md

Scaffolds the spec-workflow configuration structure in your project.

Spec Writerfeature-marker-dist/feature-marker/resources/spec-workflow/skills/spec-writer/SKILL.md

Interactive specification writer that transforms ideas into actionable implementation plans through collaborative dialogue.

spec-executorfeature-marker-dist/feature-marker/resources/spec-workflow/skills/spec-executor/SKILL.md

Execute implementation specs with batched checkpoints. Follows specs exactly, stops on blockers, supports parallelization.

Tasks Validatorfeature-marker-dist/feature-marker/resources/spec-workflow/skills/tasks-validator/SKILL.md

Runs **automatically as Phase 3.5**, between Tasks generation and Implementation. Purpose: catch execution plan problems before they cause implementation failures mid-sprint.

TechSpec Validatorfeature-marker-dist/feature-marker/resources/spec-workflow/skills/techspec-validator/SKILL.md

Runs **automatically as Phase 2.5**, between TechSpec generation and Tasks generation. Purpose: catch implementation impossibilities before they become broken tasks.

test-onlyfeature-marker-dist/feature-marker/resources/spec-workflow/skills/test-only/SKILL.md

Multi-platform Test Only mode. Reads platform-context.json and routes to the correct test framework guidance (Swift Testing for iOS, Jest/Vitest for Node.js, cargo test for Rust, pytest for Python, go test for Go).

Auto-indexed from Viniciuscarvalho/Feature-marker

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

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.

1.1K0
@openbooklet

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.

1.1K0
@openbooklet

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.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

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.

1.1K0
@openbooklet

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.

1.1K0