911 B
911 B
| description | agent |
|---|---|
| Start paper replication workflow | paper-director |
Start the paper replication workflow for the specified paper.
Input
Paper file: $ARGUMENTS
If no file specified, ask the user to provide the path to a paper (Markdown file or paste text directly).
Workflow
- Validate paper file exists (if path provided)
- Extract paper name from filename or ask user
- Create workspace directory:
workspace/{paper_name}/ - Begin Phase 1: Paper Analysis
- Dispatch @paper-image-extractor
- Dispatch @paper-analyzer
- Present Human Checkpoint with analysis summary
- After approval, begin Phase 2: Code Generation (TDD)
- Begin Phase 3: Verification
- Present final replication report
Example Usage
/replicate workspace/attention_is_all_you_need.md
Or without arguments:
/replicate
> Please provide the path to your paper or paste the content directly.