spectrack
v0.27.0Provider-backed workflow over GitHub Issues, Jira, GitHub repository wiki directory, and Confluence with issue and knowledge authoring contracts
By studykitLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install spectrack for Codex and Claude Code
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add spectrack@studykit-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the studykit-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “spectrack” remain stable.
- Codex:
spectrack@agent-plugin-marketplace→spectrack@studykit-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/studykit/studykit-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is spectrack/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/handoff/SKILL.md├── skills/setup/SKILL.md└── skills/usecase/SKILL.md
Included Skills3
Wrap a workflow session: refresh in-flight issue Resume comments and capture residual session findings, gaps, or questions as review issues.
Initialize the spectrack plugin in a repository by generating and writing .spectrack/config.yml, including GitHub, Jira Data Center or Server, filesystem issues, GitHub repository wiki, and Jira site profiling for relationship mappings, fields, Epic configuration, and labels.
Shape a rough product idea into concrete workflow `usecase` issues through a Socratic, one-question-at-a-time interview. Use when the user wants to discover, refine, resume, or iterate product use cases before implementation. Publishes each confirmed use case as its own workflow `usecase` issue and wraps up with missed-case and quality review.
Plugin manifests2
{
"name": "spectrack",
"version": "0.27.0",
"description": "Provider-backed workflow over GitHub Issues, Jira, GitHub repository wiki directory, and Confluence with issue and knowledge authoring contracts",
"author": {
"name": "studykit"
},
"repository": "https://github.com/studykit/studykit-plugins",
"license": "MIT",
"keywords": [
"workflow",
"github",
"jira",
"confluence",
"wiki",
"issues",
"spec",
"authoring"
],
"interface": {
"displayName": "SpecTrack",
"shortDescription": "Provider-backed issue and knowledge workflow authoring",
"developerName": "studykit",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
]
},
"skills": "./skills/",
"hooks": "./hooks/hooks.codex.json"
}{
"name": "spectrack",
"displayName": "SpecTrack",
"version": "0.27.0",
"description": "Provider-backed workflow over GitHub Issues, Jira, GitHub repository wiki directory, and Confluence with issue and knowledge authoring contracts",
"author": {
"name": "studykit"
},
"repository": "https://github.com/studykit/studykit-plugins",
"license": "MIT",
"keywords": [
"workflow",
"github",
"jira",
"confluence",
"wiki",
"issues",
"spec",
"authoring"
],
"dependencies": [
"guard"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[spectrack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spectrack)