fjpulidop

59 mods across 1 repository, 9 stars between them.

fjpulidop/specrails-core

Skill Claude CodeCodex

Scan the codebase for refactoring opportunities, score each by impact/effort ratio and VPC persona value, and optionally create GitHub Issues for the top findings in the configured backlog provider (read from .specrails/backlog-config.json).

9 1mo ago A 39 tokens original MIT

retry

51

fjpulidop/specrails-core

Skill Claude CodeCodex

Resume a failed /specrails:implement pipeline from the last successful phase without restarting from scratch.

9 1mo ago A 21 tokens original MIT

setup

52

fjpulidop/specrails-core

Skill Claude CodeCodex

Initialize a project with the SpecRails workflow. Generates project-specific data files: .specrails/config.yaml, personas, memory directories, backlog config, and CLAUDE.md snippet. Does NOT copy logic files — the sr plugin already provides all agents, skills, and commands.

9 1mo ago A 57 tokens original MIT

telemetry

53

fjpulidop/specrails-core

Skill Claude CodeCodex

Inspect per-agent execution metrics: token usage (input/output/cache), estimated API cost, run count, average duration, and success/failure rate. Reads Claude CLI JSONL session logs and agent-memory files. Outputs a cost dashboard with trend indicators and optimization recommendations.

9 1mo ago B 55 tokens original MIT

test

54

fjpulidop/specrails-core

Skill Claude CodeCodex

Generate comprehensive tests for files using sr:test-writer. Pass file paths or leave empty to test all recently changed files. Accepts: file paths, globs, or empty for git-changed files.

9 1mo ago A 43 tokens original MIT

vpc-drift

55

fjpulidop/specrails-core

Skill Claude CodeCodex

Detect when user personas defined in the VPC are drifting from actual usage patterns. Compares persona Jobs/Pains/Gains against the product backlog, implemented features, and agent memory to surface alignment gaps and recommend VPC updates.

9 1mo ago A 50 tokens original MIT

why

56

fjpulidop/specrails-core

Skill Claude CodeCodex

Searches explanation records written by sr-architect, sr-developer, and sr-reviewer agents during the OpenSpec implementation pipeline.

9 1mo ago A 21 tokens original MIT

sr-architect

57

fjpulidop/specrails-core

Agent

This agent is launched by the orchestrator with a specName argument to scaffold OpenSpec artifacts and produce an implementation design for a named change. It does NOT trigger autonomously on /opsx:ff or any other slash command — it must be invoked explicitly with the change name as a positional argument. Examples…

9 1mo ago A 200 tokens original MIT

sr-developer

58

fjpulidop/specrails-core

Agent

Use this agent when an OpenSpec change is being applied (i.e., during the /opsx:apply phase of the OpenSpec workflow). This agent implements the actual code changes defined in OpenSpec change specifications, translating specs into production-quality code across the full stack. Examples: Example 1: user: "Apply the…

9 1mo ago A 130 tokens original MIT

sr-reviewer

59

fjpulidop/specrails-core

Agent

Use this agent as the final quality gate after developer agents complete implementation. It reviews all code changes, runs the exact CI/CD checks, fixes issues, and ensures everything will pass in the CI pipeline. Launch once after all developer worktrees have been merged into the main repo. Examples: Example 1: user…

9 1mo ago A 142 tokens original MIT