
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
Spec-Driven Development protocol for AI agents. One command to govern them all.
Spec-Driven Development protocol for AI agents. One command to govern them all.
npx spextral init
Spextral is an IDE-agnostic protocol for Spec-Driven Development (SDD). It gives AI agents a structured workflow — from specification to implementation — using pure Markdown files with YAML frontmatter. No dependencies, no lock-in, no runtime.
.md files your AI reads nativelyinit → SDD_WAKE → spec → clarify → validate → review → plan → clarify → validate → implement → test → security → archive
npx spextral init — Sets up .sdd/ and installs the protocol spec for your IDESDD_WAKE — Type this in your AI chat to activate the protocol| Platform | FileWrite | SubagentSpawn | CommandExec | ContextMemory | Native Skills |
|---|---|---|---|---|---|
| Claude Code | Yes | Yes | Yes | Yes | Yes |
| GitHub Copilot | Yes | No | No | Partial | Yes |
| Kiro | Yes | No | No | Partial | Yes |
| Pi Coding Agent | Yes | No | Yes | Yes | Yes |
spextral initInteractive setup. Asks which IDE you use and copies the protocol spec to the right location:
| IDE | Destination |
|---|---|
| Claude Code | .claude/skills/spextral.md |
| GitHub Copilot | .github/copilot/spextral.md |
| Kiro | .kiro/skills/spextral.md |
| Pi | .pi/skills/spextral.md |
Also creates .sdd/ and .sdd/archive/.
spextral doctorValidates your .sdd/ structure:
.sdd/config.jsondraft, clarify, ready, validated, blocking_review, fingerprint_mismatch, checkpointed, archived)spextral nextDetermines the next logical step in the SDD workflow by reading artifact state from .sdd/. Outputs routing instructions to stdout — no temporary files created.
E-603 and exits with code 1 if circular dependencies are detectedspextral next
# SLUG: my-feature
# STATUS: spec_validated
# NEXT: Generate PLAN.md with task-to-REQ mapping, depends_on, and (P) parallelism markers.
spextral next --quickFast-path mode for experienced users. Emits instructions for the agent to generate condensed artifacts (SPEC+PLAN) in a single pass with full autonomy.
autonomy_level: full — the clarify state and blocking_review pauses are auto-approvedspextral next --quick
# MODE: quick (autonomy_level: full — clarify and blocking_review auto-approved)
# SLUG: my-feature
# TASK_ORDER: T1.1 → T1.2 → T2.1 → T2.2
# NEXT: Execute sddkit-implement with autonomy_level: full, review_frequency: end_only. Atomic commits per task.
spextral updateFetches the latest spextral.md from the GitHub repo and replaces your local copy, showing the version diff.
MIT
FAQs
Spec-Driven Development protocol for AI agents. One command to govern them all.
We found that spextral demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.