Managing files in mySecond — view and edit your PM OS from the web
The Files page in mySecond is a markdown editor for any file or folder in your Personal PM OS.
When to use this
- You want to review or edit your context files without opening your code editor
- You want to read an output a skill or workflow just produced
- You want to customize a skill, subagent, or workflow
Using the Files page
- Open mySecond and go to Files in the sidebar.
- Browse the folder tree to find the file you want — context, outputs, skills, subagents, or workflows.
- Click a file to open it in the markdown editor.
- Make your edits inline.
- Save the file. Your changes sync back to the same file Claude Code reads on your machine.
How it works
The Files page is a markdown editor connected to your PM OS workspace. Anything Claude Code reads or writes locally shows up here, and any edit you make in mySecond syncs back to the same file on disk.
You can edit three kinds of files from the Files page:
- Context files —
company.md,product.md,personas.md,competitors.md,goals.md - Outputs — anything skills and workflows save to
work/discovery/outputs/,work/strategy/outputs/,work/specs/outputs/, andwork/launches/outputs/ - Customizations — your skills, subagents, and workflows under
.claude/
Edit a file once, and the next skill run picks up your change.