rakovi4/continue-framework

50Stars on the repository
66Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-review

01

rakovi4/continue-framework

Skill Claude CodeCodex

Review the latest work unit with fresh, unnarrowed eyes and surface any problem it contains as follow-ups. Use after a work-unit commit, or when the user runs /agent-review.

50 5d ago A 41 tokens original MIT

align-design

02

rakovi4/continue-framework

Skill Claude CodeCodex

Align frontend component styling to match HTML mockup pixel-for-pixel. Reads mockup CSS, compares with component, fixes all differences. Use when user wants to match a component to its mockup or mentions /align-design command.

50 5d ago B 49 tokens original MIT

api-spec

03

rakovi4/continue-framework

Skill Claude CodeCodex

Generate OpenAPI specifications for story endpoints. Use when user wants to create API specs for a story or mentions /api-spec command.

50 5d ago A 29 tokens original MIT

architecture

04

rakovi4/continue-framework

Skill Claude CodeCodex

Facilitate architectural decisions during implementation. Use when the developer encounters a design choice with multiple viable approaches (data model, race condition handling, processing strategy, schema design) and needs structured discussion, trade-off analysis, and documentation. Triggers on /architecture or when…

50 5d ago A 68 tokens original MIT

cleanup-chrome

05

rakovi4/continue-framework

Skill Claude CodeCodex

Kill orphaned chromedriver and headless Chrome processes left over from failed Selenium test runs. Use when Selenium tests mass-fail with Connection reset or TimeoutException, when the system feels sluggish during test runs, or when the user mentions /cleanup-chrome. Also use proactively before running frontend…

50 5d ago C 71 tokens original MIT

continue

06

rakovi4/continue-framework

Skill Claude CodeCodex

Continue story or task work from compact progress state, recording execution evidence separately. Use when user wants to resume work or mentions /continue.

50 5d ago A 29 tokens original MIT

demo

07

rakovi4/continue-framework

Skill Claude CodeCodex

Run a Selenium test in visible (non-headless) mode with slowdown so the user can watch it. Use when user wants to demo or visually watch a Selenium test or mentions /demo command.

50 5d ago A 41 tokens original MIT

design-preview

08

rakovi4/continue-framework

Skill Claude CodeCodex

Preview the planned design for a scenario before writing tests. Shows domain model changes, usecase patterns, and key design choices. Use before red-usecase to get user approval on the implementation approach. If the user rejects the design, offers to discuss inline or escalate to /architecture for a full ADR.

50 5d ago A 63 tokens original MIT

design-review

09

rakovi4/continue-framework

Skill Claude CodeCodex

Review frontend component for hardcoded mockup placeholder data after align-design. Flags emails, dates, prices, and other user-specific values that should be dynamic. Use when user mentions /design-review command.

50 5d ago B 43 tokens original MIT

doc

10

rakovi4/continue-framework

Skill Claude CodeCodex

Document findings, research, or knowledge into ProductSpecification/ with proper cross-references. Use when the user wants to write up research results, create a reference doc, consolidate scattered knowledge, or mentions /doc command. Also triggers on "document this", "write this up", "let's capture what we learned"…

50 5d ago A 71 tokens original MIT

finish-task

11

rakovi4/continue-framework

Skill Claude CodeCodex

Complete all remaining tracked work for any user-created task in one coordinated run, using parallel agents only when they reduce elapsed time. Do not use for stories.

50 5d ago A 34 tokens original MIT

framework-sync

12

rakovi4/continue-framework

Skill Claude CodeCodex

Pull the latest upstream framework changes and merge them into the local prompt library without reverting local work. Use when the user wants to update the framework, pull upstream framework/prompt-library changes, or mentions /framework-sync.

50 5d ago A 46 tokens original MIT

handoff

13

rakovi4/continue-framework

Skill Claude CodeCodex

Write a journey summary capturing noteworthy moments (predictions, decisions, surprises, mistakes, quirks). Runs automatically the moment the agent observes something worth noting during work, and manually before /clear or /compact as a final sweep. Idempotent — skips entries already recorded. Use when the agent…

50 5d ago A 80 tokens original MIT

harvest

14

rakovi4/continue-framework

Skill Claude CodeCodex

Batch the Tier 2 acceptance scenarios that are already green at the Tier 1 → Tier 2 boundary — run every remaining Tier 2 acceptance scenario through red-agent concurrently, then baseline the green ones against the pre-story build. Use when /continue reaches a - [ ] harvest checkbox, or the user mentions /harvest.

50 5d ago B 71 tokens original MIT

interview

15

rakovi4/continue-framework

Skill Claude CodeCodex

Interactive interview to create interview.md for a story. Asks structured questions about scope, APIs, decisions, and constraints, then generates the handwritten-style context file. Use when user wants to create story specifics or mentions /interview command.

50 5d ago B 50 tokens original MIT

mockups

16

rakovi4/continue-framework

Skill Claude CodeCodex

Generate HTML interface mockups for user stories. Use when user wants to create UI mockups, prototypes, or mentions /mockups command.

50 5d ago A 31 tokens original MIT

plain

17

rakovi4/continue-framework

Skill Claude CodeCodex

Re-explain the last thing in plain words. Use ONLY when the user explicitly types /plain or asks to "explain that simply / in plain words / like I'm not an expert". Never invoke on your own initiative — this is a manual button the user presses when something was hard to follow.

50 5d ago A 62 tokens original MIT

premortem

18

rakovi4/continue-framework

Skill Claude CodeCodex

Imagine the incident a just-shipped work unit would cause and surface unguarded gaps as follow-ups. Use after a work-unit commit, or when the user runs /premortem.

50 5d ago A 42 tokens original MIT

prompt-refactor

19

rakovi4/continue-framework

Skill Claude CodeCodex

Scan a prompt file for layer violations and structural problems, then fix them. Use when user wants to clean up documentation files or mentions /prompt-refactor command.

50 5d ago A 36 tokens original MIT

prompt-update

20

rakovi4/continue-framework

Skill Claude CodeCodex

Classify new content (rule, pattern, workflow step) and write it to the correct documentation layer. Use when user wants to add prompt documentation or mentions /prompt-update command.

50 5d ago B 39 tokens original MIT

qa-run

21

rakovi4/continue-framework

Skill Claude CodeCodex

Execute a QA task's manual checklist against an external environment (prod-copy) by driving a watched, headed browser one action at a time. Use when running a smoke/regression checklist against prod-copy, validating the critical path against real integrations, or when the user mentions /qa-run. Navigation is UI-only …

50 5d ago A 80 tokens original MIT

rca

22

rakovi4/continue-framework

Skill Claude CodeCodex

Evidence-based root cause analysis for a defect — re-verify every prior assumption, test competing hypotheses, and confirm the cause with real data before any fix. Use for a bugfix task's root-cause step, or whenever a cause is claimed but unproven.

50 5d ago A 57 tokens original MIT

refactor

23

rakovi4/continue-framework

Skill Claude CodeCodex

Refactor code using Martin Fowler's patterns. Improves readability, moves behavior closer to data, removes unnecessary abstractions.

50 5d ago A 27 tokens original MIT

retier

24

rakovi4/continue-framework

Skill Claude CodeCodex

One-shot per-repo migration that tiers existing stories and re-bootstraps plans that can still be reordered. Use after merging the framework tiering change, when the user says /retier, or after tier-ladder.md is introduced.

50 5d ago A 52 tokens original MIT