Skip to content

[Extension]: Update Intake to v0.1.3 #3247

Description

@bigsmartben

Extension ID

intake

Extension Name

Intake

Version

0.1.3

Description

Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.

Author

bigsmartben

Repository URL

https://github.com/bigsmartben/spec-kit-intake

Download URL

https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip

License

MIT

Homepage

https://github.com/bigsmartben/spec-kit-intake

Documentation URL

https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md

Changelog URL

https://github.com/bigsmartben/spec-kit-intake/blob/main/CHANGELOG.md

Required Spec Kit Version

=0.8.10.dev0

Required Tools

  • figma-mcp - optional, used for Figma metadata capture

Number of Commands

4

Number of Hooks

1

Tags

intake, sdd, requirements, validation, figma

Key Features

  • Capture and validate visual design evidence, including Figma-derived HTML SSOT bundles.
  • Normalize PRD evidence into SDD-ready product intent, scope, rules, and acceptance inputs.
  • Normalize existing test-case evidence into scenarios, assertions, fixtures, and coverage evidence.
  • Provide schemas, contracts, config defaults, and validators for intake artifacts.

Testing Checklist

  • Extension installs successfully via download URL
  • All commands execute without errors
  • Documentation is complete and accurate
  • No security vulnerabilities identified
  • Tested on at least one real project

Submission Requirements

  • Valid extension.yml manifest included
  • README.md with installation and usage instructions
  • LICENSE file included
  • GitHub release created with version tag
  • All command files exist and are properly formatted
  • Extension ID follows naming conventions (lowercase-with-hyphens)

Testing Details

Tested on:

  • Windows with local source checkout
  • Release download URL and packaged manifest metadata

Test scenarios:

  1. uv run pytest tests/test_extension_contract.py -q -> 42 passed.
  2. curl.exe -L --fail --head for the v0.1.3 tag archive returned HTTP 200 after redirect.
  3. Source manifest and catalog metadata were checked against the v0.1.3 release.

Example Usage

specify extension add intake --from https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip
/speckit.intake.visual-design validate
/speckit.intake.figma2htmlssot validate
/speckit.intake.prd validate
/speckit.intake.test-cases validate

Proposed Catalog Entry

{
  "intake": {
    "name": "Intake",
    "id": "intake",
    "description": "Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.",
    "author": "bigsmartben",
    "version": "0.1.3",
    "download_url": "https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip",
    "repository": "https://github.com/bigsmartben/spec-kit-intake",
    "homepage": "https://github.com/bigsmartben/spec-kit-intake",
    "documentation": "https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md",
    "changelog": "https://github.com/bigsmartben/spec-kit-intake/blob/main/CHANGELOG.md",
    "license": "MIT",
    "category": "docs",
    "effect": "read-write",
    "requires": {
      "speckit_version": ">=0.8.10.dev0",
      "tools": [
        {
          "name": "figma-mcp",
          "required": false
        }
      ]
    },
    "provides": {
      "commands": 4,
      "hooks": 1
    },
    "tags": [
      "intake",
      "sdd",
      "requirements",
      "validation",
      "figma"
    ],
    "verified": false,
    "downloads": 0,
    "stars": 0,
    "created_at": "2026-06-23T00:00:00Z",
    "updated_at": "2026-06-29T00:00:00Z"
  }
}

Additional Context

This replaces the direct PR submission #3219, which was closed with maintainer guidance to use the extension submission issue template for new/update extension submissions. Prepared by Codex acting on behalf of @bigsmartben.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions