Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@specd/schema-std

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@specd/schema-std

The default schema for [specd](../../README.md). Defines the standard artifact types, workflow steps, templates, and validation rules used by specd projects.

unpublished
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
14
27.27%
Maintainers
1
Weekly downloads
 
Created
Source

@specd/schema-std

The default schema for specd. Defines the standard artifact types, workflow steps, templates, and validation rules used by specd projects.

Contents

  • schema.yaml -- full schema definition (artifact types, workflow, selectors, validations)
  • templates/ -- Markdown templates for spec artifacts:
    • spec.md, verify.md, tasks.md, proposal.md, design.md
  • src/index.ts -- exports schemaName and schemaVersion for programmatic use

Usage

Reference this schema in your specd.yaml:

schema: '@specd/schema-std'

To extend or override parts of the standard schema, use schemaOverrides in your config. See the schema documentation for details.

License

MIT

FAQs

Package last updated on 15 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts