.apm/skills/specky-onboarding/SKILL.md
This skill should be used when the user asks 'help me with specky', 'what is specky', 'how to use specky', 'specky onboarding', 'get started', or needs guidance on project setup, work modes, or available agents/tools/prompts. Also trigger on '@specky', 'specky help', or 'show me specky commands'.
npx skillsauth add paulasilvatech/specky Specky Onboarding GuideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Specky SDD is a Spec-Driven Development plugin with 57 MCP tools, 13 agents, 22 prompts, 8 skills, and 14 hook scripts. It enforces a 10-phase pipeline from requirements through release.
Check for:
.specs/ directory → existing pipeline, offer resume.sdd-state.json → current phase state*.vtt, *.srt files → meeting transcripts availablesrc/, package.json, *.py → existing codebasegit checkout develop && git checkout -b spec/NNN-feature| Agent | Phase | Purpose | |-------|-------|---------| | @specky-onboarding | Pre | Interactive wizard and help | | @specky-orchestrator | All | Full pipeline coordinator | | @sdd-init | 0 | Initialize pipeline + create spec branch | | @research-analyst | 1 | Codebase scan + discovery | | @spec-engineer | 2 | Write SPECIFICATION.md with EARS | | @sdd-clarify | 3 | Resolve ambiguities + EARS validation | | @design-architect | 4 | Write DESIGN.md + diagrams | | @task-planner | 5 | Write TASKS.md + CHECKLIST.md | | @quality-reviewer | 6 | Completeness audit + compliance | | @implementer | 7 | Implementation plan + test stubs + IaC | | @test-verifier | 8 | Coverage + drift + phantom detection | | @requirements-engineer | Pre | FRD + NFRD from raw input | | @release-engineer | 9 | Gates + PR + docs + work items |
Quick Start:
Pipeline Phases:
Special:
Debug:
| Skill | Triggers On | |-------|-------------| | sdd-pipeline | "specky", "SDD pipeline", "EARS notation", "pipeline phases" | | specky-orchestrator | "orchestrate", "run full pipeline", "advance phase" | | specky-onboarding | "help", "get started", "what is specky" | | implementer | "implementation plan", "test stubs", "IaC generation" | | test-verifier | "verify tests", "check coverage", "phantom detection" | | release-engineer | "prepare release", "create PR", "release gates" | | research-analyst | "research codebase", "scan tech stack", "import documents" | | sdd-markdown-standard | "artifact format", "spec formatting" |
Pipeline Core (8): sdd_init, sdd_discover, sdd_write_spec, sdd_clarify, sdd_write_design, sdd_write_tasks, sdd_run_analysis, sdd_advance_phase
Input/Conversion (6): sdd_import_transcript, sdd_auto_pipeline, sdd_batch_transcripts, sdd_import_document, sdd_batch_import, sdd_figma_to_spec
Quality/Validation (5): sdd_checklist, sdd_verify_tasks, sdd_compliance_check, sdd_cross_analyze, sdd_validate_ears
Visualization (4): sdd_generate_diagram, sdd_generate_all_diagrams, sdd_generate_user_stories, sdd_figma_diagram
Infrastructure (3): sdd_generate_iac, sdd_validate_iac, sdd_generate_dockerfile
Environment (3): sdd_setup_local_env, sdd_setup_codespaces, sdd_generate_devcontainer
Integration/Export (5): sdd_create_branch, sdd_export_work_items, sdd_create_pr, sdd_implement, sdd_research
Documentation (5): sdd_generate_docs, sdd_generate_api_docs, sdd_generate_runbook, sdd_generate_onboarding, sdd_generate_all_docs
Testing (3): sdd_generate_tests, sdd_verify_tests, sdd_generate_pbt
Turnkey (1): sdd_turnkey_spec
Checkpointing (3): sdd_checkpoint, sdd_restore, sdd_list_checkpoints
Utility (8): sdd_get_status, sdd_get_template, sdd_write_bugfix, sdd_scan_codebase, sdd_amend, sdd_check_ecosystem, sdd_check_sync, sdd_metrics
Governance (3): sdd_model_routing, sdd_context_status, sdd_check_access
Blocking (exit 2 = halt):
Advisory (exit 0 = warn):
testing
This skill should be used when the user asks to 'verify tests', 'check coverage', 'detect phantom completions', 'check spec drift', or needs guidance on Phase 8 verification. Also trigger on 'sdd test', 'test traceability', 'verification report', or 'gate criteria'.
devops
This skill should be used when the user asks to 'orchestrate pipeline', 'run full pipeline', 'coordinate phases', 'advance phase', or needs guidance on end-to-end pipeline execution. Also trigger on 'specky orchestrate', 'phase transition', 'LGTM gate', 'pipeline status', or 'which agent for this phase'.
development
This skill should be used when the user asks about 'spec-driven development', 'SDD pipeline', 'specky', 'pipeline phases', 'EARS notation', 'requirements engineering', 'model routing', or needs guidance on the 10-phase SDD workflow (Init → Discover → Specify → Clarify → Design → Tasks → Analyze → Implement → Verify → Release). Also trigger on 'spec this', 'plan this feature', 'break into tasks', 'quality gate', 'constitution', or 'spec sync'.
development
This skill should be used when generating or formatting SDD artifacts (CONSTITUTION.md, SPECIFICATION.md, DESIGN.md, TASKS.md, VERIFICATION.md, ANALYSIS.md). Also trigger on 'sdd markdown', 'artifact format', or 'spec formatting'.