Loading...
Loading...
Set up and maintain an auditable JSON status file for a single research project, recording research phases, materials, judgments, unknowns, handovers, and change logs. Use when the user asks for "establish research archives", "save the material status of this research project", "hand over literature, judgments, and next steps to another research Skill", "check research status files", or requests the rw-research-passport workflow.
npx skill4agent add rolandwonglonam/rw-research-skill rw-research-passportreferences/method.mdreferences/schema.mdassets/passport-template.jsonscripts/passport.py initscripts/passport.py validatereferences/axioms.mdreferences/cases.mdreferences/acceptance.mdpython3 scripts/passport.py init project-passport.json --project-id PROJECT-ID --title "Project title"
python3 scripts/passport.py add-material project-passport.json --id MAT-001 --type paper --title "Paper title" --source-pointer "doi:..." --status verified
python3 scripts/passport.py add-material project-passport.json --id MAT-002 --type paper --title "Updated paper" --source-pointer "path-or-id" --content-sha256 SHA256 --supersedes-id MAT-001
python3 scripts/passport.py validate project-passport.json
python3 scripts/passport.py summary project-passport.jsonverifiedreferences/method.mdverifiedrw-paper-extractorrw-evidence-maprw-phd-writerw-claim-audit