ajelinek

30 mods across 1 repository, 11 stars between them.

coder

01

ajelinek/SpecFlow

Agent

Scoped implementation worker. Invoked by 301-spec-implementation, 302-test-implementation, and 401-cleanup to make focused code or test changes inside a bounded file set and a single phase of work. Extends existing modules before creating new ones, follows project context and installed standards skills, and leaves…

11 4d ago A 103 tokens

decider

02

ajelinek/SpecFlow

Agent

Scoped decision-making worker. Invoked by orchestrating workflows — currently 901-feature-loop's Decision Consult — wherever a fork in the road would otherwise require asking the user. Given a brief with a concrete option set and the state behind it, owns the entire consult internally: verifies load-bearing facts…

11 4d ago A 155 tokens

designer

03

ajelinek/SpecFlow

Agent

Creative UI/UX design worker. Invoked by 106-ui-design, 107-ui-experience, and 108-ui-page-design — each calls this agent multiple times in parallel (typically three, one per assigned seed bet) to get genuinely divergent, opinionated design directions, then decides among the returned candidates itself. Each call is a…

11 4d ago A 166 tokens

reviewer

04

ajelinek/SpecFlow

Agent

Scoped review worker. Invoked by 900-feedback-loop as the Review role to check a named artifact or change set against explicit caller-supplied criteria and return a parseable verdict. Read-only: never edits files, never fixes what it finds. Reports either a clean confirmation or a numbered list of concrete required…

11 4d ago A 77 tokens

validator

05

ajelinek/SpecFlow

Agent

Scoped validation worker. Invoked by 301-spec-implementation, 302-test-implementation, and 401-cleanup to run one validation mode at a time (test, lint, or build), capture the exact output, and return concise diagnostics without modifying code. Uses the project's existing scripts and tooling where possible, falls back…

11 4d ago A 92 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 100 to establish or refresh domain knowledge before project planning or feature design. Trigger it for prompts like "100", "domain knowledge", "domain research", "industry context", or when the project needs research-backed understanding of users, workflows, terminology, regulations, or differentiators.

11 4d ago A 63 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 101 to define the project's core product framing: problem, users, differentiation, and success criteria. Trigger it for prompts like "101", "project overview", "create project overview", or when a new product idea needs a structured foundation before architecture or feature work.

11 4d ago A 60 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 102 to define the system architecture, stack, major components, and testing approach. Trigger it for prompts like "102", "system architecture", "architecture doc", or "define the tech stack" when the project is ready for foundational technical decisions.

11 4d ago A 57 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 103 to define the conceptual data model: entities, relationships, and business rules. Trigger it for prompts like "103", "data model", "conceptual data model", "entity relationships", or when the team needs a shared domain model before implementation choices.

11 4d ago A 59 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 103.5 to define the conceptual data model as GraphQL SDL instead of markdown tables — entities, relationships, business rules, access rules, and data quality rules captured in a documentation-only schema that doubles as diagram source for an interactive visualizer. Trigger it for prompts like "103.5", "graphql…

11 4d ago A 131 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 104 to define the backend architecture, including API structure, service layering, data access, and security patterns. Trigger it for prompts like "104", "backend architecture", "API design", or "service layer" when backend patterns need to be specified before coding.

11 4d ago A 61 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 105 to define the frontend architecture: UI structure, component boundaries, state, and development patterns. Trigger it for prompts like "105", "frontend architecture", "component structure", or "state management" when frontend patterns need to be specified before UI design.

11 4d ago A 60 tokens

106-ui-design

13

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 106 to establish the visual design system and UI strategy for a project. It covers the design philosophy, color system, typography, layout principles, and component visual language. Trigger it for prompts like "106", "ui design", "design system", "visual design", or "color palette" when the project needs a…

11 4d ago A 74 tokens

107-ui-experience

14

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 107 to define the UX architecture: navigation, interaction patterns, accessibility, error handling, and the page inventory. Trigger it for prompts like "107", "user experience", "navigation design", "interaction patterns", or "information architecture" before per-page design work begins.

11 4d ago A 62 tokens

108-ui-page-design

15

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 108 to design a specific page or view in detail, including layout, mockup, interactions, and responsive behavior. Trigger it for prompts like "108", "page design", "wireframe", or "design the [page] page" when a single route or view needs a detailed design spec.

11 4d ago A 68 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 110 to define and prioritize the product's feature set as concise, reviewable slices. Trigger it for prompts like "110", "feature overview", "feature list", "feature backlog", or "what features should we build" after the main project framing is in place.

11 4d ago A 62 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 201 to create a concise high-level design for a specific feature. It produces the feature overview and end-to-end user journey without going into test or implementation detail. Trigger it for prompts like "201", "high-level design", "feature design", or "HLD" when a feature needs a short overview before specs or…

11 4d ago A 74 tokens

202-spec-design

18

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 202 to write Gherkin behavior scenarios for a feature. It produces a structured specs.feature file with coverage sized to the task. Trigger it for prompts like "202", "test spec", "gherkin", "BDD scenarios", or "write specs" when the next step is defining behavior to test.

11 4d ago A 71 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 203 to produce a codebase-grounded implementation plan for a feature. It maps the needed file changes and explains how the implementation should fit the existing code. Trigger it for prompts like "203", "implementation design", "technical design", or "how do I build this" when overview and spec artifacts already…

11 4d ago A 71 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 204 to validate a feature's design artifacts before implementation begins. It reviews overview.md, specs.feature, and implementation.md for gaps, inconsistencies, and missed reuse. Trigger it for prompts like "204", "validate the feature", or "implementation readiness review" before coding starts.

11 4d ago A 68 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 301 to implement a substantial change through the main SpecFlow spec-driven workflow. It handles preparation, tests-first implementation, separate cleanup passes, and final validation. Trigger it for prompts like "301", "spec implementation", or "implement this feature" when the work is large enough to benefit…

11 4d ago A 73 tokens

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 302 to add or repair automated tests for behavior that already exists. Choose it when the missing work is test coverage, not broad production-code changes. Trigger it for prompts like "302", "test-only implementation", "write the tests", or "add E2E coverage".

11 4d ago A 63 tokens

401-cleanup

23

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 401 to clean up an already-changed source scope or test scope without turning it into a broad rewrite. Trigger it for prompts like "401", "cleanup this change", "refactor the touched files", or "tidy the tests", and run it separately for source and test cleanup.

11 4d ago A 65 tokens

402-test-correction

24

ajelinek/SpecFlow

Skill Claude CodeCodex

Use 402 to investigate and correct a failing automated test by deciding whether the right fix is in the test, in production code, or in the expected behavior itself. Trigger it for prompts like "402", "fix this failing test", "is this a test issue or a product bug", or "triage the failing spec".

11 4d ago A 72 tokens