{"id":"72e3dc4f-b649-4baa-a4f3-c0bc70c12cb4","slug":"shipcalm-skill-wgsd","name":"wgsd","description":"We Get Shit Done - Social collaborative development workflow. Extends GSD with focus groups, concepts, and implementation tracking across Slack channels with Canvas integration.","canonicalUrl":"https://xpersona.co/skill/shipcalm-skill-wgsd","sourceUrl":"https://github.com/shipcalm/skill-wgsd","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"shipcalm","label":"Shipcalm","url":"https://github.com/shipcalm/skill-wgsd"},"protocols":["OPENCLEW"],"capabilities":["be"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-24T01:58:57.680Z","freshnessLabel":"Feb 24, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 24, 2026"},{"label":"Vendor","value":"Shipcalm"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/contract","sourceUrl":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:55:07.380Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key, oauth","href":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/contract","sourceUrl":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:55:07.380Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/shipcalm/skill-wgsd#input","sourceUrl":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:55:07.380Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Shipcalm","href":"https://github.com/shipcalm/skill-wgsd","sourceUrl":"https://github.com/shipcalm/skill-wgsd","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"1 GitHub stars","href":"https://github.com/shipcalm/skill-wgsd","sourceUrl":"https://github.com/shipcalm/skill-wgsd","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/trust","sourceUrl":"https://xpersona.co/api/v1/agents/shipcalm-skill-wgsd/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["1 GitHub stars","Schema refs published","Trust evidence available"],"agentCard":{"name":"wgsd","description":"We Get Shit Done - Social collaborative development workflow. Extends GSD with focus groups, concepts, and implementation tracking across Slack channels with Canvas integration.","source":"GITHUB_OPENCLEW","sourceId":"github:1164042880","repository":"https://github.com/shipcalm/skill-wgsd","documentation":"https://xpersona.co/skill/shipcalm-skill-wgsd/agent/shipcalm-skill-wgsd","protocols":["OPENCLEW"],"capabilities":["be"],"languages":["typescript"],"install":{"command":"git clone https://github.com/shipcalm/skill-wgsd.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"{repo}/.planning/\n├── PROJECT.md                      # Overall project context\n├── focus-groups/                   # Long-lived topic areas\n│   ├── security/\n│   │   ├── ROADMAP.md             # Focus group roadmap (↔ Canvas)\n│   │   ├── STATE.md               # Current status\n│   │   ├── concepts/              # Feature concepts (v2.2 directories)\n│   │   │   ├── byof-filesystem/   # v2.2 concept directory\n│   │   │   │   ├── CONCEPT.md     # Primary concept description\n│   │   │   │   ├── impact-matrix.md  # Cross-cutting impacts\n│   │   │   │   ├── API-SPEC.md    # Optional API spec\n│   │   │   │   └── acceptance-criteria.md  # Optional AC\n│   │   │   ├── auth-v2/\n│   │   │   │   ├── CONCEPT.md\n│   │   │   │   └── impact-matrix.md\n│   │   │   └── sso-integration.md # Legacy single-file (backward compat)\n│   │   └── CHANNELS.md            # Slack channel mappings\n│   ├── onboarding/\n│   │   ├── ROADMAP.md\n│   │   ├── STATE.md\n│   │   ├── concepts/\n│   │   │   ├── recommended-prompts.md\n│   │   │   └── agent-setup.md\n│   │   └── CHANNELS.md\n│   └── billing/\n│       ├── ROADMAP.md\n│       ├── STATE.md\n│       ├── concepts/\n│       └── CHANNELS.md\n├── active-implementations/         # Current execution (2-4 max)\n│   ├── auth-v2-impl/\n│   │   ├── REQUIREMENTS.md        # Traditional GSD structure\n│   │   ├── ROADMAP.md\n│   │   ├── STATE.md\n│   │   └── concept-source.md      # Links to originating concept\n│   └── billing-api-impl/\n│       ├── REQUIREMENTS.md\n│       ├── ROADMAP.md\n│       ├── STATE.md\n│       └── concept-source.md\n├── MASTER-ROADMAP.md              # Cross-focus-group aggregation\n└── WGSD-CONFIG.md                 # Channel mappings and settings"},{"kind":"example","language":"text","snippet":"main/develop (primary)\n├── roadmap                        # ✨ Phase 13: Approved concepts backlog (PERMANENT)\n├── concepts/                      # v2.2 concept branches (medium-lived)\n│   ├── byof-filesystem            # Independent concept development\n│   ├── auth-v2                    # Each concept gets its own branch\n│   └── oauth-integration          # PRs merge to focus-groups/*\n├── focus-groups/                  # Focus group branches (long-lived)\n│   ├── security                   # Planning and roadmap\n│   ├── onboarding                 # Concepts merge here after approval\n│   └── billing                    # Never merges to develop directly\n└── implementations/               # Implementation branches (short-lived)\n    ├── auth-v2-impl               # ✨ Phase 13: Branches FROM roadmap\n    └── billing-api-impl           # Merges back to develop (1-3 days)"}]}}