After running teamwork init or /setup-teamwork, every agent file gets the exact same Project Knowledge section (tech stack, build command, test framework, package manager). The Tester gets the build command, the Documenter gets the test framework, the Security Auditor gets the package manager — none of which are relevant to their specific roles.
Proposed: Tailor project knowledge per agent role. The Tester needs: test framework, test command, coverage tools. The Coder needs: languages, build command, lint command. The Security Auditor needs: dependency audit command, secrets patterns, auth mechanism. Each role should get only the knowledge it needs.
After running
teamwork initor/setup-teamwork, every agent file gets the exact same Project Knowledge section (tech stack, build command, test framework, package manager). The Tester gets the build command, the Documenter gets the test framework, the Security Auditor gets the package manager — none of which are relevant to their specific roles.Proposed: Tailor project knowledge per agent role. The Tester needs: test framework, test command, coverage tools. The Coder needs: languages, build command, lint command. The Security Auditor needs: dependency audit command, secrets patterns, auth mechanism. Each role should get only the knowledge it needs.