feat: initial commit — plugin manifest and build brief
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
commit
05a7aa1d6f
7 changed files with 575 additions and 0 deletions
45
README.md
Normal file
45
README.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# jobbsok
|
||||
Local-first job search workspace: sourcing, scoring, case tracking, applications and interview prep.
|
||||
|
||||
A read-only job search operating system for one person searching for their own
|
||||
job. It reads listings the operator is already looking at, scores them against
|
||||
a maintained candidate profile, records every accept/reject decision with a
|
||||
reason, keeps each case's full correspondence in one folder, drafts
|
||||
applications as files, and flags threads that have gone silent. It never
|
||||
submits, never sends, never stores a credential.
|
||||
|
||||
> **Solo-maintained, fork-and-own.** This plugin is a starting point, not a vendor product. Issues are welcome as signals; pull requests are not accepted.
|
||||
|
||||
*AI-generated: all code produced by Claude Code through dialog-driven development.*
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
**Status:** pre-release. Nothing is built yet beyond the manifest; the build
|
||||
brief in `docs/build-brief.md` is the contract, and milestones ship in order
|
||||
(M1–M6).
|
||||
|
||||
## Install
|
||||
|
||||
Not installable yet. When released, the plugin is pinned by tag in the
|
||||
`ktg-plugin-marketplace` catalog:
|
||||
|
||||
```bash
|
||||
claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git
|
||||
claude plugin install jobbsok@ktg-plugin-marketplace
|
||||
```
|
||||
|
||||
## Non-goals
|
||||
|
||||
Submitting applications. Sending email. Any write to Finn.no or LinkedIn.
|
||||
Credential storage. Background jobs. Multi-user support. Recruiter-side
|
||||
features. Bulk listing harvest.
|
||||
|
||||
## Changelog
|
||||
|
||||
See [CHANGELOG.md](CHANGELOG.md).
|
||||
|
||||
## License
|
||||
|
||||
MIT — see [LICENSE](LICENSE).
|
||||
Loading…
Add table
Add a link
Reference in a new issue