Back to the catalog

Adaptive SDD Project Memory

Bundle OKF 0.2 · 3 conceitos · JonC613/adaptive-sdd

Open source Repository Open in the app JSON README (API)

About

# Adaptive SDD Project Memory

- [Project overview](project.md) - Current purpose, capabilities, and boundaries.
- [Architecture](architecture.md) - Current plugin structure and ownership boundaries.
- [Update log](log.md) - Accepted memory changes.

Details

Kind
OKF bundles
Topic
AI, RAG & memory
Publisher
jonc613
Origin
okf_github
Category
dados
Version
0.2
Open pull requests
1
Last push
2026-09-08T21:51:57Z
Repository state
ativo
Language
Python
Added
2026-09-08 02:20:20
Updated
2026-09-08 02:20:20
Origin id
JonC613/adaptive-sdd:.sdd/memory/index.md

README

# Adaptive SDD marketplace

This repository is a Codex marketplace containing the [Adaptive SDD plugin](./plugins/adaptive-sdd/README.md).

Version 0.4 adds resumable evidence-backed delivery, safer installation, explicit
structural diagnostics, interaction modes, and optional project profiles. See the
[changelog](CHANGELOG.md) and [upgrade record](docs/upgrade-roadmap.md).

After cloning this public repository, add it as a marketplace and install the plugin:

```powershell
codex plugin marketplace add JonC613/adaptive-sdd
codex plugin add adaptive-sdd@adaptive-sdd
```

Open a new Codex task after installing the plugin before invoking `$adaptive-sdd`; an already-running task may not load newly installed skills.

The plugin guides TinySpec, LiteSpec, official GitHub Spec Kit, and portable Project Memory through approval gates.

To install the shared skill into one repository for both Codex and Cursor, run the root bootstrap script:

```powershell
./install-project.ps1 -Target C:\path\to\your-project
```

Add `-InstallSpecKit` only when that project also needs the full upstream Spec Kit workflow. The root scripts delegate to the versioned plugin implementation in `plugins/adaptive-sdd/`.

More