oss-signal --format plan turns a repository audit into a PR-sized maintainer plan.
Use it when a maintainer or contributor wants to decide what to fix first before opening an issue or pull request.
oss-signal owner/repo --format plan --output maintainer-plan.md
Current example:
Use --format plan before posting to another repository. It is intentionally more operational than --format markdown and less post-ready than --format issue.
Recommended flow:
--format markdown for the full report.--format plan to decide the smallest useful PR sequence.--format issue only after removing anything that does not fit the target repository.--format issue creates a maintainer-facing checklist body that can be edited and posted.
--format plan creates an internal planning document for deciding which PRs should exist, what files they should touch, and what acceptance criteria should be true.