Agent Plugins Marketplace
All plugins

spectrack

v0.27.0

Provider-backed workflow over GitHub Issues, Jira, GitHub repository wiki directory, and Confluence with issue and knowledge authoring contracts

CodexClaude Code3 Skills

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

Installs for the current user
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add spectrack@studykit-plugins

Paste 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-marketplacespectrack@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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is spectrack/.

Plugin files

spectrack/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/handoff/SKILL.md
├── skills/setup/SKILL.md
└── skills/usecase/SKILL.md

Included Skills3

handoffskills/handoff/SKILL.md

Wrap a workflow session: refresh in-flight issue Resume comments and capture residual session findings, gaps, or questions as review issues.

setupskills/setup/SKILL.md

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.

usecaseskills/usecase/SKILL.md

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

spectrack/.codex-plugin/plugin.json
{
  "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"
}
spectrack/.claude-plugin/plugin.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"
  ]
}

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)