DVNghiem

57 mods across 1 repository, 24 stars between them.

FlowDeck AGENTS.md

01

DVNghiem/FlowDeck

Instructions file CodexOpenCode

Instructions for DVNghiem/FlowDeck, covering agents.md, 0. non-negotiables, 1. before writing code, 2. writing code: simplicity first and 3. surgical changes.

24 13d ago A 2,686 tokens original MIT

FlowDeck CLAUDE.md

02

DVNghiem/FlowDeck

Instructions file

Instructions for DVNghiem/FlowDeck, covering 1. think before coding, 2. simplicity first, 3. surgical changes, 4. goal-driven execution and agent skills.

24 13d ago A 669 tokens original MIT

domain

03

DVNghiem/FlowDeck

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

24 13d ago A 0 tokens copy · 72% MIT

index

04

DVNghiem/FlowDeck

Agent

FlowDeck runs a 12-agent system coordinated by an orchestrator. All agent configurations live in src/agents/. Agent definitions use YAML frontmatter (description, mode, model, temperature). The orchestrator selects specialists based on context and delegates work through the OpenCode SDK delegate tool.

24 13d ago A 0 tokens original MIT

issue-tracker

05

DVNghiem/FlowDeck

Agent

Issues and specs (you may know a spec as a PRD) for this repo live as markdown files in .scratch/.

24 13d ago A 0 tokens original MIT

triage-labels

06

DVNghiem/FlowDeck

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

24 13d ago A 0 tokens copy · 81% MIT

fd-checkpoint

07

DVNghiem/FlowDeck

Command

Purpose: Force-save the current session to checkpoint.json and STATE.md so it can be safely resumed later with /fd-resume. Normally runs automatically on session.idle via the session-events hook; invoke manually to force a save before closing a session.

24 13d ago A 0 tokens original MIT

fd-done

08

DVNghiem/FlowDeck

Command

Close the task — summarize built vs required, then commit and push on confirmation.

24 13d ago A 15 tokens original MIT

fd-execute

09

DVNghiem/FlowDeck

Command

Implement plan.md with the TDD pipeline — parallel worktree guard from affect.md, wave-based execution, checkpoint after each wave.

24 13d ago A 25 tokens original MIT

fd-resume

10

DVNghiem/FlowDeck

Command

Restore from checkpoint.json (falling back to STATE.md) — brief the user, PAUSE for confirmation, then continue from the recorded command and stage.

24 13d ago A 30 tokens original MIT

fd-review

11

DVNghiem/FlowDeck

Command

Two-lens review of the task artifacts before execution — CEO review challenges scope and premise, eng review checks architecture, edge cases, and blast radius.

24 13d ago A 29 tokens original MIT

fd-status

12

DVNghiem/FlowDeck

Command

Show the current pipeline stage, artifact status, and blockers for the active topic.

24 13d ago A 15 tokens original MIT

fd-task

13

DVNghiem/FlowDeck

Command

Define a task end to end — auto-init the workspace, research the codebase, confirm requirements, and save task.md + architecture.md + affect.md + plan.md.

24 13d ago A 33 tokens original MIT

fd-verify

14

DVNghiem/FlowDeck

Command

Verify the implementation — run tests, check regression on affect.md files, review and scan; blocks /fd-done on failure.

24 13d ago A 25 tokens original MIT

api-design

15

DVNghiem/FlowDeck

Skill Claude CodeCodex

REST API design patterns for resource naming, status codes, pagination, filtering, versioning, and error responses. Activate when designing or reviewing API endpoints.

24 13d ago A 33 tokens original MIT

DVNghiem/FlowDeck

Skill Claude CodeCodex

Block edits that violate known system boundaries, team rules, service contracts, or domain-layer separation. Reads rules from /.fd-plan/ /.codebase/CONSTRAINTS.md.

24 13d ago A 45 tokens original MIT

backend-patterns

17

DVNghiem/FlowDeck

Skill Claude CodeCodex

Backend architecture patterns for services, APIs, data access, and middleware design.

24 13d ago A 19 tokens original MIT

DVNghiem/FlowDeck

Skill Claude CodeCodex

Show the likely downstream consequences of a proposed change — hidden dependencies, fragile integration points, and predicted breakage categories.

24 13d ago A 27 tokens original MIT

change-impact-radar

19

DVNghiem/FlowDeck

Skill Claude CodeCodex

Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review.

24 13d ago A 29 tokens original MIT

clean-architecture

20

DVNghiem/FlowDeck

Skill Claude CodeCodex

Apply Clean Architecture boundaries to keep domain logic isolated from frameworks and infrastructure.

24 13d ago A 18 tokens original MIT

code-review

21

DVNghiem/FlowDeck

Skill Claude CodeCodex

Review code for security vulnerabilities, logic errors, and quality issues. Returns findings ranked by severity with remediation steps.

24 13d ago A 25 tokens original MIT

codebase-mapping

22

DVNghiem/FlowDeck

Skill Claude CodeCodex

Map architecture, conventions, and file structure into /.fd-plan/ /.codebase/. Use when onboarding or before deep feature work.

24 13d ago A 36 tokens original MIT

context-budget

23

DVNghiem/FlowDeck

Skill Claude CodeCodex

Optimize token usage and context window discipline. Reduce costs and improve response quality through smart context management.

24 13d ago A 22 tokens original MIT

context-guard

24

DVNghiem/FlowDeck

Skill Claude CodeCodex

Protect critical context from pruning during compaction. Preserve active plans, safety files, pending operations, and user intent anchors.

24 13d ago A 28 tokens original MIT