DeepSeek Harness plugin

dsh-cinematic-workflow

A local-first, human-gated authorial film workflow for DeepSeek Harness

Jump to install

Source facts

Repository
luoyuejun9/dsh-cinematic-workflow
Latest update
Aug 16, 2026
Category
Workflow & Automation
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/luoyuejun9/dsh-cinematic-workflow
Plugin: dsh-cinematic-workflow
Author: luoyuejun9

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-cinematic-workflow

Local-first, human-gated authorial film workflow for DeepSeek Harness.

It turns a cinematic travel-film directing workflow into a real DSH plugin: media inventory, creative direction, rough-cut deliverables, import-ready FCPXML, Resolve handoff, restrained copy/subtitles, QC and delivery records. It is intentionally not a mouse macro for Final Cut Pro or DaVinci Resolve.

The central rule is enforced in code: a stage never advances unless a human runs /cinema continue <project-id> and the current stage has its required deliverables. Models cannot approve, skip, merge, or pre-run future stages.

Install

dsh profile install npm:dsh-cinematic-workflow

Restart or reload the DSH profile after installation. The package targets DSH 0.1.0-rc.6; Harness is a developer preview, so pin compatible versions when upgrading.

Quick start

/cinema doctor
/cinema start "/path/to/footage" --title "My film" --preset travel-authorial
/cinema run <project-id>

Review the current stage. Record creative choices without moving forward:

/cinema choose <project-id> theme "freedom"
/cinema choose <project-id> arc "arrival → release → quiet afterglow"
/cinema continue <project-id>

Workflow

StageRequired human-reviewed deliverables
Sample (optional)Style database
AnalysisMedia inventory, director notebook, creative baseline, chosen arc
Rough cutEDL, FCPXML, sound plan, director review
GradeGrade brief, Resolve return artifact
FinishingCopy script, subtitles, finishing timeline
DeliveryQC report, delivery manifest

Use /cinema status, /cinema validate, /cinema revise, and /cinema attach at any time. /cinema run queues only the current stage; it cannot advance the project.

Media and NLE integration

  • The base inventory is automatic metadata collection only; it never claims to have viewed complete footage.
  • Install FFmpeg/FFprobe if you want to add external contact-sheet or QC helpers in your own workflow. The plugin remains usable without it.
  • cinema_build_fcpxml generates FCPXML 1.14 from a reviewed EDL. It does not import it into Final Cut Pro.
  • Resolve v0.1 produces a handoff brief; you import/export in Resolve and attach the returned file with /cinema attach.
  • Source media is never moved, renamed, transcoded, overwritten, or uploaded.

Privacy and provenance

Project records live in <workspace>/.dsh/cinematic/ and are intended to be gitignored. Artifact observations are labelled automatic, model-inference, human-confirmed, or unresolved. Do not publish project folders containing private absolute paths, GPS data, face metrics, or personal media.

Creative principle

Priority is: creator expression > story > audience emotion > shot language > sound > colour > editing technique > software operation. The bundled travel-authorial preset prefers first-person observation, breathing room, environmental sound and restrained copy over tourism, advertising, flashy transitions or constant music.

Development

npm install
npm run check
npm pack --dry-run

MIT licensed. Chinese documentation: README.zh.md.