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.
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.
Instructions file
Instructions for DVNghiem/FlowDeck, covering 1. think before coding, 2. simplicity first, 3. surgical changes, 4. goal-driven execution and agent skills.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
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.
Agent
Issues and specs (you may know a spec as a PRD) for this repo live as markdown files in .scratch/.
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.
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.
Command
Close the task — summarize built vs required, then commit and push on confirmation.
Command
Implement plan.md with the TDD pipeline — parallel worktree guard from affect.md, wave-based execution, checkpoint after each wave.
Command
Restore from checkpoint.json (falling back to STATE.md) — brief the user, PAUSE for confirmation, then continue from the recorded command and stage.
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.
Command
Show the current pipeline stage, artifact status, and blockers for the active topic.
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.
Command
Verify the implementation — run tests, check regression on affect.md files, review and scan; blocks /fd-done on failure.
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.
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.
Skill Claude CodeCodex
Backend architecture patterns for services, APIs, data access, and middleware design.
Skill Claude CodeCodex
Show the likely downstream consequences of a proposed change — hidden dependencies, fragile integration points, and predicted breakage categories.
Skill Claude CodeCodex
Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review.
Skill Claude CodeCodex
Apply Clean Architecture boundaries to keep domain logic isolated from frameworks and infrastructure.
Skill Claude CodeCodex
Review code for security vulnerabilities, logic errors, and quality issues. Returns findings ranked by severity with remediation steps.
Skill Claude CodeCodex
Map architecture, conventions, and file structure into /.fd-plan/ /.codebase/. Use when onboarding or before deep feature work.
Skill Claude CodeCodex
Optimize token usage and context window discipline. Reduce costs and improve response quality through smart context management.
Skill Claude CodeCodex
Protect critical context from pruning during compaction. Preserve active plans, safety files, pending operations, and user intent anchors.